@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpgradeElasticsearchDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for response returned by UpgradeElasticsearchDomain
operation.
Constructor and Description |
---|
UpgradeElasticsearchDomainResult() |
Modifier and Type | Method and Description |
---|---|
UpgradeElasticsearchDomainResult |
clone() |
boolean |
equals(Object obj) |
ChangeProgressDetails |
getChangeProgressDetails() |
String |
getDomainName() |
Boolean |
getPerformCheckOnly()
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
|
String |
getTargetVersion()
The version of Elasticsearch that you intend to upgrade the domain to.
|
int |
hashCode() |
Boolean |
isPerformCheckOnly()
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
|
void |
setChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
void |
setDomainName(String domainName) |
void |
setPerformCheckOnly(Boolean performCheckOnly)
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
|
void |
setTargetVersion(String targetVersion)
The version of Elasticsearch that you intend to upgrade the domain to.
|
String |
toString()
Returns a string representation of this object.
|
UpgradeElasticsearchDomainResult |
withChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
UpgradeElasticsearchDomainResult |
withDomainName(String domainName) |
UpgradeElasticsearchDomainResult |
withPerformCheckOnly(Boolean performCheckOnly)
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
|
UpgradeElasticsearchDomainResult |
withTargetVersion(String targetVersion)
The version of Elasticsearch that you intend to upgrade the domain to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
domainName
- public String getDomainName()
public UpgradeElasticsearchDomainResult withDomainName(String domainName)
domainName
- public void setTargetVersion(String targetVersion)
The version of Elasticsearch that you intend to upgrade the domain to.
targetVersion
- The version of Elasticsearch that you intend to upgrade the domain to.public String getTargetVersion()
The version of Elasticsearch that you intend to upgrade the domain to.
public UpgradeElasticsearchDomainResult withTargetVersion(String targetVersion)
The version of Elasticsearch that you intend to upgrade the domain to.
targetVersion
- The version of Elasticsearch that you intend to upgrade the domain to.public void setPerformCheckOnly(Boolean performCheckOnly)
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
performCheckOnly
- This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will
not actually perform the Upgrade.public Boolean getPerformCheckOnly()
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
public UpgradeElasticsearchDomainResult withPerformCheckOnly(Boolean performCheckOnly)
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
performCheckOnly
- This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will
not actually perform the Upgrade.public Boolean isPerformCheckOnly()
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
public void setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
changeProgressDetails
- public ChangeProgressDetails getChangeProgressDetails()
public UpgradeElasticsearchDomainResult withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
changeProgressDetails
- public String toString()
toString
in class Object
Object.toString()
public UpgradeElasticsearchDomainResult clone()