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