@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportS3DataInput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ExportS3DataInput() |
Modifier and Type | Method and Description |
---|---|
ExportS3DataInput |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
String |
getS3Uri()
The URL to the Amazon S3 data input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
void |
setS3Uri(String s3Uri)
The URL to the Amazon S3 data input.
|
String |
toString()
Returns a string representation of this object.
|
ExportS3DataInput |
withKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
ExportS3DataInput |
withS3Uri(String s3Uri)
The URL to the Amazon S3 data input.
|
public void setKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
kmsKeyId
- The Amazon Key Management Service (KMS) key ID for server-side encryption.public String getKmsKeyId()
The Amazon Key Management Service (KMS) key ID for server-side encryption.
public ExportS3DataInput withKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
kmsKeyId
- The Amazon Key Management Service (KMS) key ID for server-side encryption.public void setS3Uri(String s3Uri)
The URL to the Amazon S3 data input.
s3Uri
- The URL to the Amazon S3 data input.public String getS3Uri()
The URL to the Amazon S3 data input.
public ExportS3DataInput withS3Uri(String s3Uri)
The URL to the Amazon S3 data input.
s3Uri
- The URL to the Amazon S3 data input.public String toString()
toString
in class Object
Object.toString()
public ExportS3DataInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.