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