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