@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()
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()
Status of the action.
|
Date |
getStatusChangeTime()
The time when the status last changed.
|
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 |
setErrorMessage(String errorMessage)
The returned error message for the request.
|
void |
setStatus(String status)
Status of the action.
|
void |
setStatusChangeTime(Date statusChangeTime)
The time when the status last changed.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withAppArn(String appArn)
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)
Status of the action.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withStatus(String status)
Status of the action.
|
DescribeDraftAppVersionResourcesImportStatusResult |
withStatusChangeTime(Date statusChangeTime)
The time when the status last changed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDraftAppVersionResourcesImportStatusResult()
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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services General Reference guide.
partition
:resiliencehub:region
:account
:app/app-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public DescribeDraftAppVersionResourcesImportStatusResult 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 Amazon Web Services 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 Amazon Web Services 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)
Status of the action.
status
- Status of the action.ResourceImportStatusType
public String getStatus()
Status of the action.
ResourceImportStatusType
public DescribeDraftAppVersionResourcesImportStatusResult withStatus(String status)
Status of the action.
status
- Status of the action.ResourceImportStatusType
public DescribeDraftAppVersionResourcesImportStatusResult withStatus(ResourceImportStatusType status)
Status of the action.
status
- Status of the action.ResourceImportStatusType
public void setStatusChangeTime(Date statusChangeTime)
The time when the status last changed.
statusChangeTime
- The time when the status last changed.public Date getStatusChangeTime()
The time when the status last changed.
public DescribeDraftAppVersionResourcesImportStatusResult withStatusChangeTime(Date statusChangeTime)
The time when the status last changed.
statusChangeTime
- The time when the status last changed.public String toString()
toString
in class Object
Object.toString()
public DescribeDraftAppVersionResourcesImportStatusResult clone()