ToCopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>
@Generated("software.amazon.awssdk:codegen") public class ListConstraintsForPortfolioResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListConstraintsForPortfolioResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListConstraintsForPortfolioResponse.Builder |
builder() |
|
List<ConstraintDetail> |
constraintDetails() |
List of detailed constraint information objects.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageToken() |
The page token to use to retrieve the next page of results for this operation.
|
static Class<? extends ListConstraintsForPortfolioResponse.Builder> |
serializableBuilderClass() |
|
ListConstraintsForPortfolioResponse.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 List<ConstraintDetail> constraintDetails()
List of detailed constraint information objects.
public String nextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListConstraintsForPortfolioResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>
public static ListConstraintsForPortfolioResponse.Builder builder()
public static Class<? extends ListConstraintsForPortfolioResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.