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