@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateApplicationResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The Amazon Resource Name (ARN) of the Amazon Q Business application.
|
String |
getApplicationId()
The identifier of the Amazon Q Business application.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Q Business application.
|
void |
setApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationResult |
withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Q Business application.
|
CreateApplicationResult |
withApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
applicationId - The identifier of the Amazon Q Business application.public String getApplicationId()
The identifier of the Amazon Q Business application.
public CreateApplicationResult withApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
applicationId - The identifier of the Amazon Q Business application.public void setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Q Business application.
applicationArn - The Amazon Resource Name (ARN) of the Amazon Q Business application.public String getApplicationArn()
The Amazon Resource Name (ARN) of the Amazon Q Business application.
public CreateApplicationResult withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Q Business application.
applicationArn - The Amazon Resource Name (ARN) of the Amazon Q Business application.public String toString()
toString in class ObjectObject.toString()public CreateApplicationResult clone()