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