Class GetSnapshotLimitsResult
java.lang.Object
com.amazonaws.services.directory.model.GetSnapshotLimitsResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the results of the GetSnapshotLimits operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA SnapshotLimits object that contains the manual snapshot limits for the specified directory.inthashCode()voidsetSnapshotLimits(SnapshotLimits snapshotLimits) A SnapshotLimits object that contains the manual snapshot limits for the specified directory.toString()Returns a string representation of this object; useful for testing and debugging.withSnapshotLimits(SnapshotLimits snapshotLimits) A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
-
Constructor Details
-
GetSnapshotLimitsResult
public GetSnapshotLimitsResult()
-
-
Method Details
-
setSnapshotLimits
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
- Parameters:
snapshotLimits- A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
-
getSnapshotLimits
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
- Returns:
- A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
-
withSnapshotLimits
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
- Parameters:
snapshotLimits- A SnapshotLimits object that contains the manual snapshot limits for the specified directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-