public class GetSnapshotLimitsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the results of the GetSnapshotLimits operation.
Modifier and Type | Field and Description |
---|---|
private SnapshotLimits |
snapshotLimits
A SnapshotLimits object that contains the manual snapshot limits
for the specified directory.
|
Constructor and Description |
---|
GetSnapshotLimitsResult() |
Modifier and Type | Method and Description |
---|---|
GetSnapshotLimitsResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private SnapshotLimits snapshotLimits
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetSnapshotLimitsResult clone()
clone
in class java.lang.Object