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