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