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