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