@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobBookmarksEncryption extends Object implements Serializable, Cloneable, StructuredPojo
Specifies how job bookmark data should be encrypted.
Constructor and Description |
---|
JobBookmarksEncryption() |
Modifier and Type | Method and Description |
---|---|
JobBookmarksEncryption |
clone() |
boolean |
equals(Object obj) |
String |
getJobBookmarksEncryptionMode()
The encryption mode to use for job bookmarks data.
|
String |
getKmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobBookmarksEncryptionMode(String jobBookmarksEncryptionMode)
The encryption mode to use for job bookmarks data.
|
void |
setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
String |
toString()
Returns a string representation of this object.
|
JobBookmarksEncryption |
withJobBookmarksEncryptionMode(JobBookmarksEncryptionMode jobBookmarksEncryptionMode)
The encryption mode to use for job bookmarks data.
|
JobBookmarksEncryption |
withJobBookmarksEncryptionMode(String jobBookmarksEncryptionMode)
The encryption mode to use for job bookmarks data.
|
JobBookmarksEncryption |
withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
public void setJobBookmarksEncryptionMode(String jobBookmarksEncryptionMode)
The encryption mode to use for job bookmarks data.
jobBookmarksEncryptionMode
- The encryption mode to use for job bookmarks data.JobBookmarksEncryptionMode
public String getJobBookmarksEncryptionMode()
The encryption mode to use for job bookmarks data.
JobBookmarksEncryptionMode
public JobBookmarksEncryption withJobBookmarksEncryptionMode(String jobBookmarksEncryptionMode)
The encryption mode to use for job bookmarks data.
jobBookmarksEncryptionMode
- The encryption mode to use for job bookmarks data.JobBookmarksEncryptionMode
public JobBookmarksEncryption withJobBookmarksEncryptionMode(JobBookmarksEncryptionMode jobBookmarksEncryptionMode)
The encryption mode to use for job bookmarks data.
jobBookmarksEncryptionMode
- The encryption mode to use for job bookmarks data.JobBookmarksEncryptionMode
public void setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
kmsKeyArn
- The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.public String getKmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
public JobBookmarksEncryption withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
kmsKeyArn
- The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.public String toString()
toString
in class Object
Object.toString()
public JobBookmarksEncryption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.