@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpgradeDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response returned by UpgradeDomain
operation.
Constructor and Description |
---|
UpgradeDomainResult() |
Modifier and Type | Method and Description |
---|---|
UpgradeDomainResult |
addAdvancedOptionsEntry(String key,
String value)
Add a single AdvancedOptions entry
|
UpgradeDomainResult |
clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
UpgradeDomainResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAdvancedOptions()
The advanced options configuration for the domain.
|
ChangeProgressDetails |
getChangeProgressDetails()
Container for information about a configuration change happening on a domain.
|
String |
getDomainName()
The name of the domain that was upgraded.
|
Boolean |
getPerformCheckOnly()
When true, indicates that an upgrade eligibility check was performed.
|
String |
getTargetVersion()
OpenSearch or Elasticsearch version that the domain was upgraded to.
|
String |
getUpgradeId()
The unique identifier of the domain upgrade.
|
int |
hashCode() |
Boolean |
isPerformCheckOnly()
When true, indicates that an upgrade eligibility check was performed.
|
void |
setAdvancedOptions(Map<String,String> advancedOptions)
The advanced options configuration for the domain.
|
void |
setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about a configuration change happening on a domain.
|
void |
setDomainName(String domainName)
The name of the domain that was upgraded.
|
void |
setPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check was performed.
|
void |
setTargetVersion(String targetVersion)
OpenSearch or Elasticsearch version that the domain was upgraded to.
|
void |
setUpgradeId(String upgradeId)
The unique identifier of the domain upgrade.
|
String |
toString()
Returns a string representation of this object.
|
UpgradeDomainResult |
withAdvancedOptions(Map<String,String> advancedOptions)
The advanced options configuration for the domain.
|
UpgradeDomainResult |
withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about a configuration change happening on a domain.
|
UpgradeDomainResult |
withDomainName(String domainName)
The name of the domain that was upgraded.
|
UpgradeDomainResult |
withPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check was performed.
|
UpgradeDomainResult |
withTargetVersion(String targetVersion)
OpenSearch or Elasticsearch version that the domain was upgraded to.
|
UpgradeDomainResult |
withUpgradeId(String upgradeId)
The unique identifier of the domain upgrade.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpgradeId(String upgradeId)
The unique identifier of the domain upgrade.
upgradeId
- The unique identifier of the domain upgrade.public String getUpgradeId()
The unique identifier of the domain upgrade.
public UpgradeDomainResult withUpgradeId(String upgradeId)
The unique identifier of the domain upgrade.
upgradeId
- The unique identifier of the domain upgrade.public void setDomainName(String domainName)
The name of the domain that was upgraded.
domainName
- The name of the domain that was upgraded.public String getDomainName()
The name of the domain that was upgraded.
public UpgradeDomainResult withDomainName(String domainName)
The name of the domain that was upgraded.
domainName
- The name of the domain that was upgraded.public void setTargetVersion(String targetVersion)
OpenSearch or Elasticsearch version that the domain was upgraded to.
targetVersion
- OpenSearch or Elasticsearch version that the domain was upgraded to.public String getTargetVersion()
OpenSearch or Elasticsearch version that the domain was upgraded to.
public UpgradeDomainResult withTargetVersion(String targetVersion)
OpenSearch or Elasticsearch version that the domain was upgraded to.
targetVersion
- OpenSearch or Elasticsearch version that the domain was upgraded to.public void setPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check was performed.
performCheckOnly
- When true, indicates that an upgrade eligibility check was performed.public Boolean getPerformCheckOnly()
When true, indicates that an upgrade eligibility check was performed.
public UpgradeDomainResult withPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check was performed.
performCheckOnly
- When true, indicates that an upgrade eligibility check was performed.public Boolean isPerformCheckOnly()
When true, indicates that an upgrade eligibility check was performed.
public Map<String,String> getAdvancedOptions()
The advanced options configuration for the domain.
public void setAdvancedOptions(Map<String,String> advancedOptions)
The advanced options configuration for the domain.
advancedOptions
- The advanced options configuration for the domain.public UpgradeDomainResult withAdvancedOptions(Map<String,String> advancedOptions)
The advanced options configuration for the domain.
advancedOptions
- The advanced options configuration for the domain.public UpgradeDomainResult addAdvancedOptionsEntry(String key, String value)
public UpgradeDomainResult clearAdvancedOptionsEntries()
public void setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about a configuration change happening on a domain.
changeProgressDetails
- Container for information about a configuration change happening on a domain.public ChangeProgressDetails getChangeProgressDetails()
Container for information about a configuration change happening on a domain.
public UpgradeDomainResult withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about a configuration change happening on a domain.
changeProgressDetails
- Container for information about a configuration change happening on a domain.public String toString()
toString
in class Object
Object.toString()
public UpgradeDomainResult clone()