@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SnapshotLimits.Builder,SnapshotLimits>
public static SnapshotLimits.Builder builder()
public static Class<? extends SnapshotLimits.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.