public class SourceSelectionCriteria extends Object implements Serializable, Cloneable
Constructor and Description |
---|
SourceSelectionCriteria() |
Modifier and Type | Method and Description |
---|---|
SourceSelectionCriteria |
clone() |
boolean |
equals(Object obj) |
SseKmsEncryptedObjects |
getSseKmsEncryptedObjects() |
int |
hashCode() |
void |
setSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
Sets the container for filter information of selection of KMS Encrypted S3 objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SourceSelectionCriteria |
withSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
Sets the container for filter information of selection of KMS Encrypted S3 objects.
|
public SseKmsEncryptedObjects getSseKmsEncryptedObjects()
public void setSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
sseKmsEncryptedObjects
- New container.public SourceSelectionCriteria withSseKmsEncryptedObjects(SseKmsEncryptedObjects sseKmsEncryptedObjects)
sseKmsEncryptedObjects
- New container.public String toString()
toString
in class Object
Object.toString()
public SourceSelectionCriteria clone()
Copyright © 2019. All rights reserved.