@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about an Amazon SageMaker app.
| Constructor and Description |
|---|
AppDetails() |
| Modifier and Type | Method and Description |
|---|---|
AppDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAppName()
The name of the app.
|
String |
getAppType()
The type of app.
|
Date |
getCreationTime()
The creation time.
|
String |
getDomainId()
The domain ID.
|
ResourceSpec |
getResourceSpec() |
String |
getSpaceName()
The name of the space.
|
String |
getStatus()
The status.
|
String |
getUserProfileName()
The user profile name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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 |
setResourceSpec(ResourceSpec resourceSpec) |
void |
setSpaceName(String spaceName)
The name of the space.
|
void |
setStatus(String status)
The status.
|
void |
setUserProfileName(String userProfileName)
The user profile name.
|
String |
toString()
Returns a string representation of this object.
|
AppDetails |
withAppName(String appName)
The name of the app.
|
AppDetails |
withAppType(AppType appType)
The type of app.
|
AppDetails |
withAppType(String appType)
The type of app.
|
AppDetails |
withCreationTime(Date creationTime)
The creation time.
|
AppDetails |
withDomainId(String domainId)
The domain ID.
|
AppDetails |
withResourceSpec(ResourceSpec resourceSpec) |
AppDetails |
withSpaceName(String spaceName)
The name of the space.
|
AppDetails |
withStatus(AppStatus status)
The status.
|
AppDetails |
withStatus(String status)
The status.
|
AppDetails |
withUserProfileName(String userProfileName)
The user profile name.
|
public void setDomainId(String domainId)
The domain ID.
domainId - The domain ID.public String getDomainId()
The domain ID.
public AppDetails 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 AppDetails withUserProfileName(String userProfileName)
The user profile name.
userProfileName - The user profile name.public void setSpaceName(String spaceName)
The name of the space.
spaceName - The name of the space.public String getSpaceName()
The name of the space.
public AppDetails withSpaceName(String spaceName)
The name of the space.
spaceName - The name of the space.public void setAppType(String appType)
The type of app.
appType - The type of app.AppTypepublic AppDetails withAppType(String appType)
The type of app.
appType - The type of app.AppTypepublic AppDetails withAppType(AppType appType)
The type of app.
appType - The type of app.AppTypepublic void setAppName(String appName)
The name of the app.
appName - The name of the app.public String getAppName()
The name of the app.
public AppDetails withAppName(String appName)
The name of the app.
appName - The name of the app.public void setStatus(String status)
The status.
status - The status.AppStatuspublic AppDetails withStatus(String status)
The status.
status - The status.AppStatuspublic AppDetails withStatus(AppStatus status)
The status.
status - The status.AppStatuspublic void setCreationTime(Date creationTime)
The creation time.
creationTime - The creation time.public Date getCreationTime()
The creation time.
public AppDetails withCreationTime(Date creationTime)
The creation time.
creationTime - The creation time.public void setResourceSpec(ResourceSpec resourceSpec)
resourceSpec - public ResourceSpec getResourceSpec()
public AppDetails withResourceSpec(ResourceSpec resourceSpec)
resourceSpec - public String toString()
toString in class ObjectObject.toString()public AppDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.