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