@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchPredefinedAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchPredefinedAttributesResult() |
Modifier and Type | Method and Description |
---|---|
SearchPredefinedAttributesResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The approximate number of predefined attributes which matched your search query.
|
String |
getNextToken()
The token for the next set of results.
|
List<PredefinedAttribute> |
getPredefinedAttributes()
Predefined attributes matched by the search criteria.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The approximate number of predefined attributes which matched your search query.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setPredefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)
Predefined attributes matched by the search criteria.
|
String |
toString()
Returns a string representation of this object.
|
SearchPredefinedAttributesResult |
withApproximateTotalCount(Long approximateTotalCount)
The approximate number of predefined attributes which matched your search query.
|
SearchPredefinedAttributesResult |
withNextToken(String nextToken)
The token for the next set of results.
|
SearchPredefinedAttributesResult |
withPredefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)
Predefined attributes matched by the search criteria.
|
SearchPredefinedAttributesResult |
withPredefinedAttributes(PredefinedAttribute... predefinedAttributes)
Predefined attributes matched by the search criteria.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PredefinedAttribute> getPredefinedAttributes()
Predefined attributes matched by the search criteria.
public void setPredefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)
Predefined attributes matched by the search criteria.
predefinedAttributes
- Predefined attributes matched by the search criteria.public SearchPredefinedAttributesResult withPredefinedAttributes(PredefinedAttribute... predefinedAttributes)
Predefined attributes matched by the search criteria.
NOTE: This method appends the values to the existing list (if any). Use
setPredefinedAttributes(java.util.Collection)
or withPredefinedAttributes(java.util.Collection)
if you want to override the existing values.
predefinedAttributes
- Predefined attributes matched by the search criteria.public SearchPredefinedAttributesResult withPredefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)
Predefined attributes matched by the search criteria.
predefinedAttributes
- Predefined attributes matched by the search criteria.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public SearchPredefinedAttributesResult withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setApproximateTotalCount(Long approximateTotalCount)
The approximate number of predefined attributes which matched your search query.
approximateTotalCount
- The approximate number of predefined attributes which matched your search query.public Long getApproximateTotalCount()
The approximate number of predefined attributes which matched your search query.
public SearchPredefinedAttributesResult withApproximateTotalCount(Long approximateTotalCount)
The approximate number of predefined attributes which matched your search query.
approximateTotalCount
- The approximate number of predefined attributes which matched your search query.public String toString()
toString
in class Object
Object.toString()
public SearchPredefinedAttributesResult clone()