public class GetSnapshotLimitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the GetSnapshotLimits operation.
NOOP| Constructor and Description |
|---|
GetSnapshotLimitsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotLimitsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
Contains the identifier of the directory to obtain the limits for.
directoryId - Contains the identifier of the directory to obtain the limits for.public String getDirectoryId()
Contains the identifier of the directory to obtain the limits for.
public GetSnapshotLimitsRequest withDirectoryId(String directoryId)
Contains the identifier of the directory to obtain the limits for.
directoryId - Contains the identifier of the directory to obtain the limits for.public String toString()
toString in class ObjectObject.toString()public GetSnapshotLimitsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.