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