@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainAutoTunesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeDomainAutoTunes request.
| Constructor and Description |
|---|
DescribeDomainAutoTunesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainAutoTunesResult |
clone() |
boolean |
equals(Object obj) |
List<AutoTune> |
getAutoTunes()
The list of setting adjustments that Auto-Tune has made to the domain.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setAutoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
DescribeDomainAutoTunesResult |
withAutoTunes(AutoTune... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResult |
withAutoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AutoTune> getAutoTunes()
The list of setting adjustments that Auto-Tune has made to the domain.
public void setAutoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.public DescribeDomainAutoTunesResult withAutoTunes(AutoTune... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
NOTE: This method appends the values to the existing list (if any). Use
setAutoTunes(java.util.Collection) or withAutoTunes(java.util.Collection) if you want to
override the existing values.
autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.public DescribeDomainAutoTunesResult withAutoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.public void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public DescribeDomainAutoTunesResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String toString()
toString in class ObjectObject.toString()public DescribeDomainAutoTunesResult clone()