Class ListResiliencyGroupsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.directconnect.transform.ListResiliencyGroupsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListResiliencyGroupsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListResiliencyGroupsRequestMarshaller
extends Object
implements Marshaller<ListResiliencyGroupsRequest>
ListResiliencyGroupsRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionListResiliencyGroupsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(ListResiliencyGroupsRequest listResiliencyGroupsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
ListResiliencyGroupsRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListResiliencyGroupsRequest>- Parameters:
listResiliencyGroupsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-