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