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