Class CreateBucketRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.s3.transform.CreateBucketRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateBucketRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateBucketRequestMarshaller extends Object implements Marshaller<CreateBucketRequest>
CreateBucketRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description CreateBucketRequestMarshaller(AwsXmlProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateBucketRequest createBucketRequest)
-
-
-
Constructor Detail
-
CreateBucketRequestMarshaller
public CreateBucketRequestMarshaller(AwsXmlProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateBucketRequest createBucketRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateBucketRequest>
-
-