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