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 ObjectObject.toString()public SourceSelectionCriteria clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.