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