Class StopSandboxRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codebuild.transform.StopSandboxRequestMarshaller
- All Implemented Interfaces:
Marshaller<StopSandboxRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StopSandboxRequest>- Parameters:
stopSandboxRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-