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