@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PublishAppVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PublishAppVersionResult() |
Modifier and Type | Method and Description |
---|---|
PublishAppVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
Amazon Resource Name (ARN) of the Resilience Hub application.
|
String |
getAppVersion()
The version of the application.
|
Long |
getIdentifier()
Identifier of the application version.
|
String |
getVersionName()
Name of the application version.
|
int |
hashCode() |
void |
setAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
void |
setAppVersion(String appVersion)
The version of the application.
|
void |
setIdentifier(Long identifier)
Identifier of the application version.
|
void |
setVersionName(String versionName)
Name of the application version.
|
String |
toString()
Returns a string representation of this object.
|
PublishAppVersionResult |
withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
PublishAppVersionResult |
withAppVersion(String appVersion)
The version of the application.
|
PublishAppVersionResult |
withIdentifier(Long identifier)
Identifier of the application version.
|
PublishAppVersionResult |
withVersionName(String versionName)
Name of the application version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppArn(String appArn)
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
- 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()
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 PublishAppVersionResult withAppArn(String appArn)
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
- 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 version of the application.
appVersion
- The version of the application.public String getAppVersion()
The version of the application.
public PublishAppVersionResult withAppVersion(String appVersion)
The version of the application.
appVersion
- The version of the application.public void setIdentifier(Long identifier)
Identifier of the application version.
identifier
- Identifier of the application version.public Long getIdentifier()
Identifier of the application version.
public PublishAppVersionResult withIdentifier(Long identifier)
Identifier of the application version.
identifier
- Identifier of the application version.public void setVersionName(String versionName)
Name of the application version.
versionName
- Name of the application version.public String getVersionName()
Name of the application version.
public PublishAppVersionResult withVersionName(String versionName)
Name of the application version.
versionName
- Name of the application version.public String toString()
toString
in class Object
Object.toString()
public PublishAppVersionResult clone()