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