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