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