@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAppResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAppResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The app's Amazon Resource Name (ARN).
|
String |
getAppName()
The name of the app.
|
String |
getAppType()
The type of app.
|
Date |
getCreationTime()
The creation time.
|
String |
getDomainId()
The domain ID.
|
String |
getFailureReason()
The failure reason.
|
Date |
getLastHealthCheckTimestamp()
The timestamp of the last health check.
|
Date |
getLastUserActivityTimestamp()
The timestamp of the last user's activity.
|
ResourceSpec |
getResourceSpec()
The instance type and quantity.
|
String |
getStatus()
The status.
|
String |
getUserProfileName()
The user profile name.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The app's Amazon Resource Name (ARN).
|
void |
setAppName(String appName)
The name of the app.
|
void |
setAppType(String appType)
The type of app.
|
void |
setCreationTime(Date creationTime)
The creation time.
|
void |
setDomainId(String domainId)
The domain ID.
|
void |
setFailureReason(String failureReason)
The failure reason.
|
void |
setLastHealthCheckTimestamp(Date lastHealthCheckTimestamp)
The timestamp of the last health check.
|
void |
setLastUserActivityTimestamp(Date lastUserActivityTimestamp)
The timestamp of the last user's activity.
|
void |
setResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
|
void |
setStatus(String status)
The status.
|
void |
setUserProfileName(String userProfileName)
The user profile name.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAppResult |
withAppArn(String appArn)
The app's Amazon Resource Name (ARN).
|
DescribeAppResult |
withAppName(String appName)
The name of the app.
|
DescribeAppResult |
withAppType(AppType appType)
The type of app.
|
DescribeAppResult |
withAppType(String appType)
The type of app.
|
DescribeAppResult |
withCreationTime(Date creationTime)
The creation time.
|
DescribeAppResult |
withDomainId(String domainId)
The domain ID.
|
DescribeAppResult |
withFailureReason(String failureReason)
The failure reason.
|
DescribeAppResult |
withLastHealthCheckTimestamp(Date lastHealthCheckTimestamp)
The timestamp of the last health check.
|
DescribeAppResult |
withLastUserActivityTimestamp(Date lastUserActivityTimestamp)
The timestamp of the last user's activity.
|
DescribeAppResult |
withResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
|
DescribeAppResult |
withStatus(AppStatus status)
The status.
|
DescribeAppResult |
withStatus(String status)
The status.
|
DescribeAppResult |
withUserProfileName(String userProfileName)
The user profile name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppArn(String appArn)
The app's Amazon Resource Name (ARN).
appArn
- The app's Amazon Resource Name (ARN).public String getAppArn()
The app's Amazon Resource Name (ARN).
public DescribeAppResult withAppArn(String appArn)
The app's Amazon Resource Name (ARN).
appArn
- The app's Amazon Resource Name (ARN).public void setAppType(String appType)
The type of app.
appType
- The type of app.AppType
public DescribeAppResult withAppType(String appType)
The type of app.
appType
- The type of app.AppType
public DescribeAppResult withAppType(AppType appType)
The type of app.
appType
- The type of app.AppType
public void setAppName(String appName)
The name of the app.
appName
- The name of the app.public String getAppName()
The name of the app.
public DescribeAppResult withAppName(String appName)
The name of the app.
appName
- The name of the app.public void setDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public String getDomainId()
The domain ID.
public DescribeAppResult withDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public void setUserProfileName(String userProfileName)
The user profile name.
userProfileName
- The user profile name.public String getUserProfileName()
The user profile name.
public DescribeAppResult withUserProfileName(String userProfileName)
The user profile name.
userProfileName
- The user profile name.public void setStatus(String status)
The status.
status
- The status.AppStatus
public DescribeAppResult withStatus(String status)
The status.
status
- The status.AppStatus
public DescribeAppResult withStatus(AppStatus status)
The status.
status
- The status.AppStatus
public void setLastHealthCheckTimestamp(Date lastHealthCheckTimestamp)
The timestamp of the last health check.
lastHealthCheckTimestamp
- The timestamp of the last health check.public Date getLastHealthCheckTimestamp()
The timestamp of the last health check.
public DescribeAppResult withLastHealthCheckTimestamp(Date lastHealthCheckTimestamp)
The timestamp of the last health check.
lastHealthCheckTimestamp
- The timestamp of the last health check.public void setLastUserActivityTimestamp(Date lastUserActivityTimestamp)
The timestamp of the last user's activity.
lastUserActivityTimestamp
- The timestamp of the last user's activity.public Date getLastUserActivityTimestamp()
The timestamp of the last user's activity.
public DescribeAppResult withLastUserActivityTimestamp(Date lastUserActivityTimestamp)
The timestamp of the last user's activity.
lastUserActivityTimestamp
- The timestamp of the last user's activity.public void setCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public Date getCreationTime()
The creation time.
public DescribeAppResult withCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public void setFailureReason(String failureReason)
The failure reason.
failureReason
- The failure reason.public String getFailureReason()
The failure reason.
public DescribeAppResult withFailureReason(String failureReason)
The failure reason.
failureReason
- The failure reason.public void setResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
resourceSpec
- The instance type and quantity.public ResourceSpec getResourceSpec()
The instance type and quantity.
public DescribeAppResult withResourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
resourceSpec
- The instance type and quantity.public String toString()
toString
in class Object
Object.toString()
public DescribeAppResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.