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