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