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