@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotLimits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotLimits.Builder,SnapshotLimits>
Contains manual snapshot limit information for a directory.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnapshotLimits.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotLimits.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
manualSnapshotsCurrentCount()
The current number of manual snapshots of the directory.
|
Integer |
manualSnapshotsLimit()
The maximum number of manual snapshots allowed.
|
Boolean |
manualSnapshotsLimitReached()
Indicates if the manual snapshot limit has been reached.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnapshotLimits.Builder> |
serializableBuilderClass() |
SnapshotLimits.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer manualSnapshotsLimit()
The maximum number of manual snapshots allowed.
public Integer manualSnapshotsCurrentCount()
The current number of manual snapshots of the directory.
public Boolean manualSnapshotsLimitReached()
Indicates if the manual snapshot limit has been reached.
public SnapshotLimits.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnapshotLimits.Builder,SnapshotLimits>public static SnapshotLimits.Builder builder()
public static Class<? extends SnapshotLimits.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.