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