@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateAppVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppVersionResult |
addAdditionalInfoEntry(String key,
List<String> value)
Add a single AdditionalInfo entry
|
UpdateAppVersionResult |
clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.
|
UpdateAppVersionResult |
clone() |
boolean |
equals(Object obj) |
Map<String,List<String>> |
getAdditionalInfo()
Additional configuration parameters for an Resilience Hub application.
|
String |
getAppArn()
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
String |
getAppVersion()
The Resilience Hub application version.
|
int |
hashCode() |
void |
setAdditionalInfo(Map<String,List<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application.
|
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
void |
setAppVersion(String appVersion)
The Resilience Hub application version.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAppVersionResult |
withAdditionalInfo(Map<String,List<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application.
|
UpdateAppVersionResult |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
UpdateAppVersionResult |
withAppVersion(String appVersion)
The Resilience Hub application version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,List<String>> getAdditionalInfo()
Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters.
Currently, this parameter supports only failover region and account.
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters. Currently, this parameter supports only failover region and account.
public void setAdditionalInfo(Map<String,List<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters.
Currently, this parameter supports only failover region and account.
additionalInfo - Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters. Currently, this parameter supports only failover region and account.
public UpdateAppVersionResult withAdditionalInfo(Map<String,List<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters.
Currently, this parameter supports only failover region and account.
additionalInfo - Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfo through the Resilience Hub console rather than using an API call, see Configure the
application configuration parameters. Currently, this parameter supports only failover region and account.
public UpdateAppVersionResult addAdditionalInfoEntry(String key, List<String> value)
public UpdateAppVersionResult clearAdditionalInfoEntries()
public void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
appArn - The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public String getAppArn()
The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public UpdateAppVersionResult withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
appArn - The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public void setAppVersion(String appVersion)
The Resilience Hub application version.
appVersion - The Resilience Hub application version.public String getAppVersion()
The Resilience Hub application version.
public UpdateAppVersionResult withAppVersion(String appVersion)
The Resilience Hub application version.
appVersion - The Resilience Hub application version.public String toString()
toString in class ObjectObject.toString()public UpdateAppVersionResult clone()
Copyright © 2023. All rights reserved.