@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDraftAppVersionResourcesImportStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDraftAppVersionResourcesImportStatusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDraftAppVersionResourcesImportStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
String |
getAppVersion()
The version of the application.
|
String |
getErrorMessage()
The returned error message for the request.
|
String |
getStatus()
The status of the action.
|
Date |
getStatusChangeTime()
The timestamp for when the status last changed.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
void |
setAppVersion(String appVersion)
The version of the application.
|
void |
setErrorMessage(String errorMessage)
The returned error message for the request.
|
void |
setStatus(String status)
The status of the action.
|
void |
setStatusChangeTime(Date statusChangeTime)
The timestamp for when the status last changed.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withAppVersion(String appVersion)
The version of the application.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withErrorMessage(String errorMessage)
The returned error message for the request.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withStatus(ResourceImportStatusType status)
The status of the action.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withStatus(String status)
The status of the action.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withStatusChangeTime(Date statusChangeTime)
The timestamp for when the status last changed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDraftAppVersionResourcesImportStatusResult()
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 DescribeDraftAppVersionResourcesImportStatusResult 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 version of the application.
appVersion
- The version of the application.public String getAppVersion()
The version of the application.
public DescribeDraftAppVersionResourcesImportStatusResult withAppVersion(String appVersion)
The version of the application.
appVersion
- The version of the application.public void setErrorMessage(String errorMessage)
The returned error message for the request.
errorMessage
- The returned error message for the request.public String getErrorMessage()
The returned error message for the request.
public DescribeDraftAppVersionResourcesImportStatusResult withErrorMessage(String errorMessage)
The returned error message for the request.
errorMessage
- The returned error message for the request.public void setStatus(String status)
The status of the action.
status
- The status of the action.ResourceImportStatusType
public String getStatus()
The status of the action.
ResourceImportStatusType
public DescribeDraftAppVersionResourcesImportStatusResult withStatus(String status)
The status of the action.
status
- The status of the action.ResourceImportStatusType
public DescribeDraftAppVersionResourcesImportStatusResult withStatus(ResourceImportStatusType status)
The status of the action.
status
- The status of the action.ResourceImportStatusType
public void setStatusChangeTime(Date statusChangeTime)
The timestamp for when the status last changed.
statusChangeTime
- The timestamp for when the status last changed.public Date getStatusChangeTime()
The timestamp for when the status last changed.
public DescribeDraftAppVersionResourcesImportStatusResult withStatusChangeTime(Date statusChangeTime)
The timestamp for when the status last changed.
statusChangeTime
- The timestamp for when the status last changed.public String toString()
toString
in class Object
Object.toString()
public DescribeDraftAppVersionResourcesImportStatusResult clone()