public class InvalidationBatch extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
InvalidationBatch()
Default constructor for InvalidationBatch object.
|
InvalidationBatch(Paths paths,
String callerReference)
Constructs a new InvalidationBatch object.
|
InvalidationBatch(String callerReference)
Constructs a new InvalidationBatch object.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidationBatch |
clone() |
boolean |
equals(Object obj) |
String |
getCallerReference() |
Paths |
getPaths() |
int |
hashCode() |
void |
setCallerReference(String callerReference) |
void |
setPaths(Paths paths) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InvalidationBatch |
withCallerReference(String callerReference) |
InvalidationBatch |
withPaths(Paths paths) |
public InvalidationBatch()
public InvalidationBatch(Paths paths, String callerReference)
paths - callerReference - public InvalidationBatch(String callerReference)
callerReference - public void setPaths(Paths paths)
paths - public Paths getPaths()
public InvalidationBatch withPaths(Paths paths)
paths - public void setCallerReference(String callerReference)
callerReference - public String getCallerReference()
public InvalidationBatch withCallerReference(String callerReference)
callerReference - public String toString()
toString in class ObjectObject.toString()public InvalidationBatch clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.