public class GetSnapshotLimitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetSnapshotLimits operation.
Obtains the manual snapshot limits for a directory.
NOOP| Constructor and Description |
|---|
GetSnapshotLimitsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotLimitsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
Contains the identifier of the directory to obtain the limits for.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
Contains the identifier of the directory to obtain the limits for.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSnapshotLimitsRequest |
withDirectoryId(String directoryId)
Contains the identifier of the directory to obtain the limits for.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDirectoryId()
Constraints:
Pattern: ^d-[0-9a-f]{10}$
public void setDirectoryId(String directoryId)
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - Contains the identifier of the directory to obtain the limits for.public GetSnapshotLimitsRequest withDirectoryId(String directoryId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - Contains the identifier of the directory to obtain the limits for.public String toString()
toString in class ObjectObject.toString()public GetSnapshotLimitsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.