@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConstraintsForPortfolioResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConstraintsForPortfolioResult() |
Modifier and Type | Method and Description |
---|---|
ListConstraintsForPortfolioResult |
clone() |
boolean |
equals(Object obj) |
List<ConstraintDetail> |
getConstraintDetails()
List of detailed constraint information objects.
|
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setConstraintDetails(Collection<ConstraintDetail> constraintDetails)
List of detailed constraint information objects.
|
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListConstraintsForPortfolioResult |
withConstraintDetails(Collection<ConstraintDetail> constraintDetails)
List of detailed constraint information objects.
|
ListConstraintsForPortfolioResult |
withConstraintDetails(ConstraintDetail... constraintDetails)
List of detailed constraint information objects.
|
ListConstraintsForPortfolioResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConstraintDetail> getConstraintDetails()
List of detailed constraint information objects.
public void setConstraintDetails(Collection<ConstraintDetail> constraintDetails)
List of detailed constraint information objects.
constraintDetails
- List of detailed constraint information objects.public ListConstraintsForPortfolioResult withConstraintDetails(ConstraintDetail... constraintDetails)
List of detailed constraint information objects.
NOTE: This method appends the values to the existing list (if any). Use
setConstraintDetails(java.util.Collection)
or withConstraintDetails(java.util.Collection)
if
you want to override the existing values.
constraintDetails
- List of detailed constraint information objects.public ListConstraintsForPortfolioResult withConstraintDetails(Collection<ConstraintDetail> constraintDetails)
List of detailed constraint information objects.
constraintDetails
- List of detailed constraint information objects.public void setNextPageToken(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.
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 String getNextPageToken()
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 ListConstraintsForPortfolioResult withNextPageToken(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.
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 String toString()
toString
in class Object
Object.toString()
public ListConstraintsForPortfolioResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.