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