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