StructuredPojo
, ToCopyableBuilder<SnapshotLimits.Builder,SnapshotLimits>
@Generated("software.amazon.awssdk:codegen") public class SnapshotLimits extends Object implements StructuredPojo, ToCopyableBuilder<SnapshotLimits.Builder,SnapshotLimits>
Contains manual snapshot limit information for a directory.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SnapshotLimits.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SnapshotLimits.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.