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