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