ToCopyableBuilder<ListSizeConstraintSetsResponse.Builder,ListSizeConstraintSetsResponse>@Generated("software.amazon.awssdk:codegen") public class ListSizeConstraintSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListSizeConstraintSetsResponse.Builder,ListSizeConstraintSetsResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListSizeConstraintSetsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListSizeConstraintSetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
If you have more
SizeConstraintSet objects than the number that you specified for Limit
in the request, the response includes a NextMarker value. |
static Class<? extends ListSizeConstraintSetsResponse.Builder> |
serializableBuilderClass() |
|
List<SizeConstraintSetSummary> |
sizeConstraintSets() |
An array of SizeConstraintSetSummary objects.
|
ListSizeConstraintSetsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String nextMarker()
If you have more SizeConstraintSet objects than the number that you specified for Limit
in the request, the response includes a NextMarker value. To list more
SizeConstraintSet objects, submit another ListSizeConstraintSets request, and specify
the NextMarker value from the response in the NextMarker value in the next request.
SizeConstraintSet objects than the number that you specified for
Limit in the request, the response includes a NextMarker value. To list more
SizeConstraintSet objects, submit another ListSizeConstraintSets request, and
specify the NextMarker value from the response in the NextMarker value in the
next request.public List<SizeConstraintSetSummary> sizeConstraintSets()
An array of SizeConstraintSetSummary objects.
public ListSizeConstraintSetsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListSizeConstraintSetsResponse.Builder,ListSizeConstraintSetsResponse>public static ListSizeConstraintSetsResponse.Builder builder()
public static Class<? extends ListSizeConstraintSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.