@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainAutoTunesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeDomainAutoTunes
request. See Auto-Tune
for Amazon OpenSearch Service for more information.
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()
An identifier to allow retrieval of paginated results.
|
int |
hashCode() |
void |
setAutoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
|
void |
setNextToken(String nextToken)
An identifier to allow retrieval of paginated results.
|
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)
An identifier to allow retrieval of paginated results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AutoTune> getAutoTunes()
The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.
public void setAutoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.
autoTunes
- The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.public DescribeDomainAutoTunesResult withAutoTunes(AutoTune... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service 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
- The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.public DescribeDomainAutoTunesResult withAutoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.
autoTunes
- The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.public void setNextToken(String nextToken)
An identifier to allow retrieval of paginated results.
nextToken
- An identifier to allow retrieval of paginated results.public String getNextToken()
An identifier to allow retrieval of paginated results.
public DescribeDomainAutoTunesResult withNextToken(String nextToken)
An identifier to allow retrieval of paginated results.
nextToken
- An identifier to allow retrieval of paginated results.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainAutoTunesResult clone()