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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListCommandExecutionsForSandboxRequest>- Parameters:
listCommandExecutionsForSandboxRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-