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