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