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