@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainAutoTunesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of DescribeDomainAutoTunes
request. See the Developer Guide for more information.
Constructor and Description |
---|
DescribeDomainAutoTunesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainAutoTunesResult |
clone() |
boolean |
equals(Object obj) |
List<AutoTune> |
getAutoTunes()
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
String |
getNextToken()
Specifies an identifier to allow retrieval of paginated results.
|
int |
hashCode() |
void |
setAutoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
void |
setNextToken(String nextToken)
Specifies an identifier to allow retrieval of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainAutoTunesResult |
withAutoTunes(AutoTune... autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResult |
withAutoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResult |
withNextToken(String nextToken)
Specifies an identifier to allow retrieval of paginated results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AutoTune> getAutoTunes()
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
public void setAutoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
autoTunes
- Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.public DescribeDomainAutoTunesResult withAutoTunes(AutoTune... autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
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
- Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.public DescribeDomainAutoTunesResult withAutoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
autoTunes
- Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.public void setNextToken(String nextToken)
Specifies an identifier to allow retrieval of paginated results.
nextToken
- Specifies an identifier to allow retrieval of paginated results.public String getNextToken()
Specifies an identifier to allow retrieval of paginated results.
public DescribeDomainAutoTunesResult withNextToken(String nextToken)
Specifies an identifier to allow retrieval of paginated results.
nextToken
- Specifies an identifier to allow retrieval of paginated results.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainAutoTunesResult clone()