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