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