@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpgradeDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for 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() |
ChangeProgressDetails |
getChangeProgressDetails() |
String |
getDomainName() |
Boolean |
getPerformCheckOnly()
When true, indicates that an upgrade eligibility check needs to be performed.
|
String |
getTargetVersion()
The version of OpenSearch that you intend to upgrade the domain to.
|
String |
getUpgradeId() |
int |
hashCode() |
Boolean |
isPerformCheckOnly()
When true, indicates that an upgrade eligibility check needs to be performed.
|
void |
setAdvancedOptions(Map<String,String> advancedOptions) |
void |
setChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
void |
setDomainName(String domainName) |
void |
setPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check needs to be performed.
|
void |
setTargetVersion(String targetVersion)
The version of OpenSearch that you intend to upgrade the domain to.
|
void |
setUpgradeId(String upgradeId) |
String |
toString()
Returns a string representation of this object.
|
UpgradeDomainResult |
withAdvancedOptions(Map<String,String> advancedOptions) |
UpgradeDomainResult |
withChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
UpgradeDomainResult |
withDomainName(String domainName) |
UpgradeDomainResult |
withPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check needs to be performed.
|
UpgradeDomainResult |
withTargetVersion(String targetVersion)
The version of OpenSearch that you intend to upgrade the domain to.
|
UpgradeDomainResult |
withUpgradeId(String upgradeId) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpgradeId(String upgradeId)
upgradeId
- public String getUpgradeId()
public UpgradeDomainResult withUpgradeId(String upgradeId)
upgradeId
- public void setDomainName(String domainName)
domainName
- public String getDomainName()
public UpgradeDomainResult withDomainName(String domainName)
domainName
- public void setTargetVersion(String targetVersion)
The version of OpenSearch that you intend to upgrade the domain to.
targetVersion
- The version of OpenSearch that you intend to upgrade the domain to.public String getTargetVersion()
The version of OpenSearch that you intend to upgrade the domain to.
public UpgradeDomainResult withTargetVersion(String targetVersion)
The version of OpenSearch that you intend to upgrade the domain to.
targetVersion
- The version of OpenSearch that you intend to upgrade the domain to.public void setPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.
performCheckOnly
- When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform
the upgrade.public Boolean getPerformCheckOnly()
When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.
public UpgradeDomainResult withPerformCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.
performCheckOnly
- When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform
the upgrade.public Boolean isPerformCheckOnly()
When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.
public void setAdvancedOptions(Map<String,String> advancedOptions)
advancedOptions
- public UpgradeDomainResult withAdvancedOptions(Map<String,String> advancedOptions)
advancedOptions
- public UpgradeDomainResult addAdvancedOptionsEntry(String key, String value)
public UpgradeDomainResult clearAdvancedOptionsEntries()
public void setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
changeProgressDetails
- public ChangeProgressDetails getChangeProgressDetails()
public UpgradeDomainResult withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
changeProgressDetails
- public String toString()
toString
in class Object
Object.toString()
public UpgradeDomainResult clone()