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