@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 Amazon Resource Name (ARN) of the app.
|
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 the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
String |
getStatus()
The status.
|
String |
getUserProfileName()
The user profile name.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the app.
|
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 the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
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 Amazon Resource Name (ARN) of the app.
|
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 the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
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 Amazon Resource Name (ARN) of the app.
appArn
- The Amazon Resource Name (ARN) of the app.public String getAppArn()
The Amazon Resource Name (ARN) of the app.
public DescribeAppResult withAppArn(String appArn)
The Amazon Resource Name (ARN) of the app.
appArn
- The Amazon Resource Name (ARN) of the app.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
is also updated when SageMaker
performs health checks without user activity. As a result, this value is set to the same value as
LastHealthCheckTimestamp
.
lastUserActivityTimestamp
- The timestamp of the last user's activity. LastUserActivityTimestamp
is also updated when
SageMaker performs health checks without user activity. As a result, this value is set to the same value
as LastHealthCheckTimestamp
.public Date getLastUserActivityTimestamp()
The timestamp of the last user's activity. LastUserActivityTimestamp
is also updated when SageMaker
performs health checks without user activity. As a result, this value is set to the same value as
LastHealthCheckTimestamp
.
LastUserActivityTimestamp
is also updated when
SageMaker performs health checks without user activity. As a result, this value is set to the same value
as LastHealthCheckTimestamp
.public DescribeAppResult withLastUserActivityTimestamp(Date lastUserActivityTimestamp)
The timestamp of the last user's activity. LastUserActivityTimestamp
is also updated when SageMaker
performs health checks without user activity. As a result, this value is set to the same value as
LastHealthCheckTimestamp
.
lastUserActivityTimestamp
- The timestamp of the last user's activity. LastUserActivityTimestamp
is also updated when
SageMaker performs health checks without user activity. As a result, this value is set to the same value
as LastHealthCheckTimestamp
.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 the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
resourceSpec
- The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.public ResourceSpec getResourceSpec()
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
public DescribeAppResult withResourceSpec(ResourceSpec resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
resourceSpec
- The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.public String toString()
toString
in class Object
Object.toString()
public DescribeAppResult clone()