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