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