public class SseKmsEncryptedObjects extends Object implements Serializable, Cloneable
Constructor and Description |
---|
SseKmsEncryptedObjects() |
Modifier and Type | Method and Description |
---|---|
SseKmsEncryptedObjects |
clone() |
boolean |
equals(Object obj) |
String |
getStatus() |
int |
hashCode() |
void |
setStatus(String status)
Sets the replication status for KMS encrypted objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SseKmsEncryptedObjects |
withStatus(SseKmsEncryptedObjectsStatus status)
Sets the replication status for KMS encrypted objects.
|
SseKmsEncryptedObjects |
withStatus(String status)
Sets the replication status for KMS encrypted objects.
|
public String getStatus()
public void setStatus(String status)
status
- New replication status.public SseKmsEncryptedObjects withStatus(String status)
status
- New replication status.public SseKmsEncryptedObjects withStatus(SseKmsEncryptedObjectsStatus status)
status
- New replication status.public String toString()
toString
in class Object
Object.toString()
public SseKmsEncryptedObjects clone()
Copyright © 2020. All rights reserved.