@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSnapshotLimitsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the results of the GetSnapshotLimits operation.
Constructor and Description |
---|
GetSnapshotLimitsResult() |
Modifier and Type | Method and Description |
---|---|
GetSnapshotLimitsResult |
clone() |
boolean |
equals(Object obj) |
SnapshotLimits |
getSnapshotLimits()
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
|
int |
hashCode() |
void |
setSnapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSnapshotLimitsResult |
withSnapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSnapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
snapshotLimits
- A SnapshotLimits object that contains the manual snapshot limits for the specified directory.public SnapshotLimits getSnapshotLimits()
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
public GetSnapshotLimitsResult withSnapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
snapshotLimits
- A SnapshotLimits object that contains the manual snapshot limits for the specified directory.public String toString()
toString
in class Object
Object.toString()
public GetSnapshotLimitsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.