@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetSnapshotLimitsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.