ToCopyableBuilder<GetSnapshotLimitsResponse.Builder,GetSnapshotLimitsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSnapshotLimitsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSnapshotLimitsResponse.Builder,GetSnapshotLimitsResponse>
Contains the results of the GetSnapshotLimits operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSnapshotLimitsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSnapshotLimitsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetSnapshotLimitsResponse.Builder> |
serializableBuilderClass() |
|
SnapshotLimits |
snapshotLimits() |
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
|
GetSnapshotLimitsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public SnapshotLimits snapshotLimits()
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
public GetSnapshotLimitsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSnapshotLimitsResponse.Builder,GetSnapshotLimitsResponse>
public static GetSnapshotLimitsResponse.Builder builder()
public static Class<? extends GetSnapshotLimitsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.