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