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