@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAppVersionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAppVersionResult |
addAdditionalInfoEntry(String key,
List<String> value)
Add a single AdditionalInfo entry
|
DescribeAppVersionResult |
clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.
|
DescribeAppVersionResult |
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.
|
DescribeAppVersionResult |
withAdditionalInfo(Map<String,List<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application.
|
DescribeAppVersionResult |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
DescribeAppVersionResult |
withAppVersion(String appVersion)
The Resilience Hub application version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 DescribeAppVersionResult 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 DescribeAppVersionResult addAdditionalInfoEntry(String key, List<String> value)
public DescribeAppVersionResult 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 DescribeAppVersionResult 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 DescribeAppVersionResult withAppVersion(String appVersion)
The Resilience Hub application version.
appVersion
- The Resilience Hub application version.public String toString()
toString
in class Object
Object.toString()
public DescribeAppVersionResult clone()