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