Class DescribeAttackStatisticsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.shield.transform.DescribeAttackStatisticsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeAttackStatisticsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeAttackStatisticsRequestMarshaller
extends Object
implements Marshaller<DescribeAttackStatisticsRequest>
DescribeAttackStatisticsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeAttackStatisticsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeAttackStatisticsRequest describeAttackStatisticsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeAttackStatisticsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeAttackStatisticsRequest>
- Parameters:
- describeAttackStatisticsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-