@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateQAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateQAppResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateQAppResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the updated Q App.
|
String |
getAppId()
The unique identifier of the updated Q App.
|
Integer |
getAppVersion()
The new version of the updated Q App.
|
Date |
getCreatedAt()
The date and time the Q App was originally created.
|
String |
getCreatedBy()
The user who originally created the Q App.
|
String |
getDescription()
The new description of the updated Q App.
|
String |
getInitialPrompt()
The initial prompt for the updated Q App.
|
List<String> |
getRequiredCapabilities()
The capabilities required for the updated Q App.
|
String |
getStatus()
The status of the updated Q App.
|
String |
getTitle()
The new title of the updated Q App.
|
Date |
getUpdatedAt()
The date and time the Q App was last updated.
|
String |
getUpdatedBy()
The user who last updated the Q App.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the updated Q App.
|
void |
setAppId(String appId)
The unique identifier of the updated Q App.
|
void |
setAppVersion(Integer appVersion)
The new version of the updated Q App.
|
void |
setCreatedAt(Date createdAt)
The date and time the Q App was originally created.
|
void |
setCreatedBy(String createdBy)
The user who originally created the Q App.
|
void |
setDescription(String description)
The new description of the updated Q App.
|
void |
setInitialPrompt(String initialPrompt)
The initial prompt for the updated Q App.
|
void |
setRequiredCapabilities(Collection<String> requiredCapabilities)
The capabilities required for the updated Q App.
|
void |
setStatus(String status)
The status of the updated Q App.
|
void |
setTitle(String title)
The new title of the updated Q App.
|
void |
setUpdatedAt(Date updatedAt)
The date and time the Q App was last updated.
|
void |
setUpdatedBy(String updatedBy)
The user who last updated the Q App.
|
String |
toString()
Returns a string representation of this object.
|
UpdateQAppResult |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the updated Q App.
|
UpdateQAppResult |
withAppId(String appId)
The unique identifier of the updated Q App.
|
UpdateQAppResult |
withAppVersion(Integer appVersion)
The new version of the updated Q App.
|
UpdateQAppResult |
withCreatedAt(Date createdAt)
The date and time the Q App was originally created.
|
UpdateQAppResult |
withCreatedBy(String createdBy)
The user who originally created the Q App.
|
UpdateQAppResult |
withDescription(String description)
The new description of the updated Q App.
|
UpdateQAppResult |
withInitialPrompt(String initialPrompt)
The initial prompt for the updated Q App.
|
UpdateQAppResult |
withRequiredCapabilities(AppRequiredCapability... requiredCapabilities)
The capabilities required for the updated Q App.
|
UpdateQAppResult |
withRequiredCapabilities(Collection<String> requiredCapabilities)
The capabilities required for the updated Q App.
|
UpdateQAppResult |
withRequiredCapabilities(String... requiredCapabilities)
The capabilities required for the updated Q App.
|
UpdateQAppResult |
withStatus(AppStatus status)
The status of the updated Q App.
|
UpdateQAppResult |
withStatus(String status)
The status of the updated Q App.
|
UpdateQAppResult |
withTitle(String title)
The new title of the updated Q App.
|
UpdateQAppResult |
withUpdatedAt(Date updatedAt)
The date and time the Q App was last updated.
|
UpdateQAppResult |
withUpdatedBy(String updatedBy)
The user who last updated the Q App.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppId(String appId)
The unique identifier of the updated Q App.
appId - The unique identifier of the updated Q App.public String getAppId()
The unique identifier of the updated Q App.
public UpdateQAppResult withAppId(String appId)
The unique identifier of the updated Q App.
appId - The unique identifier of the updated Q App.public void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the updated Q App.
appArn - The Amazon Resource Name (ARN) of the updated Q App.public String getAppArn()
The Amazon Resource Name (ARN) of the updated Q App.
public UpdateQAppResult withAppArn(String appArn)
The Amazon Resource Name (ARN) of the updated Q App.
appArn - The Amazon Resource Name (ARN) of the updated Q App.public void setTitle(String title)
The new title of the updated Q App.
title - The new title of the updated Q App.public String getTitle()
The new title of the updated Q App.
public UpdateQAppResult withTitle(String title)
The new title of the updated Q App.
title - The new title of the updated Q App.public void setDescription(String description)
The new description of the updated Q App.
description - The new description of the updated Q App.public String getDescription()
The new description of the updated Q App.
public UpdateQAppResult withDescription(String description)
The new description of the updated Q App.
description - The new description of the updated Q App.public void setInitialPrompt(String initialPrompt)
The initial prompt for the updated Q App.
initialPrompt - The initial prompt for the updated Q App.public String getInitialPrompt()
The initial prompt for the updated Q App.
public UpdateQAppResult withInitialPrompt(String initialPrompt)
The initial prompt for the updated Q App.
initialPrompt - The initial prompt for the updated Q App.public void setAppVersion(Integer appVersion)
The new version of the updated Q App.
appVersion - The new version of the updated Q App.public Integer getAppVersion()
The new version of the updated Q App.
public UpdateQAppResult withAppVersion(Integer appVersion)
The new version of the updated Q App.
appVersion - The new version of the updated Q App.public void setStatus(String status)
The status of the updated Q App.
status - The status of the updated Q App.AppStatuspublic String getStatus()
The status of the updated Q App.
AppStatuspublic UpdateQAppResult withStatus(String status)
The status of the updated Q App.
status - The status of the updated Q App.AppStatuspublic UpdateQAppResult withStatus(AppStatus status)
The status of the updated Q App.
status - The status of the updated Q App.AppStatuspublic void setCreatedAt(Date createdAt)
The date and time the Q App was originally created.
createdAt - The date and time the Q App was originally created.public Date getCreatedAt()
The date and time the Q App was originally created.
public UpdateQAppResult withCreatedAt(Date createdAt)
The date and time the Q App was originally created.
createdAt - The date and time the Q App was originally created.public void setCreatedBy(String createdBy)
The user who originally created the Q App.
createdBy - The user who originally created the Q App.public String getCreatedBy()
The user who originally created the Q App.
public UpdateQAppResult withCreatedBy(String createdBy)
The user who originally created the Q App.
createdBy - The user who originally created the Q App.public void setUpdatedAt(Date updatedAt)
The date and time the Q App was last updated.
updatedAt - The date and time the Q App was last updated.public Date getUpdatedAt()
The date and time the Q App was last updated.
public UpdateQAppResult withUpdatedAt(Date updatedAt)
The date and time the Q App was last updated.
updatedAt - The date and time the Q App was last updated.public void setUpdatedBy(String updatedBy)
The user who last updated the Q App.
updatedBy - The user who last updated the Q App.public String getUpdatedBy()
The user who last updated the Q App.
public UpdateQAppResult withUpdatedBy(String updatedBy)
The user who last updated the Q App.
updatedBy - The user who last updated the Q App.public List<String> getRequiredCapabilities()
The capabilities required for the updated Q App.
AppRequiredCapabilitypublic void setRequiredCapabilities(Collection<String> requiredCapabilities)
The capabilities required for the updated Q App.
requiredCapabilities - The capabilities required for the updated Q App.AppRequiredCapabilitypublic UpdateQAppResult withRequiredCapabilities(String... requiredCapabilities)
The capabilities required for the updated Q App.
NOTE: This method appends the values to the existing list (if any). Use
setRequiredCapabilities(java.util.Collection) or withRequiredCapabilities(java.util.Collection)
if you want to override the existing values.
requiredCapabilities - The capabilities required for the updated Q App.AppRequiredCapabilitypublic UpdateQAppResult withRequiredCapabilities(Collection<String> requiredCapabilities)
The capabilities required for the updated Q App.
requiredCapabilities - The capabilities required for the updated Q App.AppRequiredCapabilitypublic UpdateQAppResult withRequiredCapabilities(AppRequiredCapability... requiredCapabilities)
The capabilities required for the updated Q App.
requiredCapabilities - The capabilities required for the updated Q App.AppRequiredCapabilitypublic String toString()
toString in class ObjectObject.toString()public UpdateQAppResult clone()