@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWebExperienceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWebExperienceResult() |
Modifier and Type | Method and Description |
---|---|
CreateWebExperienceResult |
clone() |
boolean |
equals(Object obj) |
String |
getWebExperienceArn()
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
|
String |
getWebExperienceId()
The identifier of the Amazon Q Business web experience.
|
int |
hashCode() |
void |
setWebExperienceArn(String webExperienceArn)
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
|
void |
setWebExperienceId(String webExperienceId)
The identifier of the Amazon Q Business web experience.
|
String |
toString()
Returns a string representation of this object.
|
CreateWebExperienceResult |
withWebExperienceArn(String webExperienceArn)
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
|
CreateWebExperienceResult |
withWebExperienceId(String webExperienceId)
The identifier of the Amazon Q Business web experience.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWebExperienceArn(String webExperienceArn)
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
webExperienceArn
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.public String getWebExperienceArn()
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
public CreateWebExperienceResult withWebExperienceArn(String webExperienceArn)
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
webExperienceArn
- The Amazon Resource Name (ARN) of an Amazon Q Business web experience.public void setWebExperienceId(String webExperienceId)
The identifier of the Amazon Q Business web experience.
webExperienceId
- The identifier of the Amazon Q Business web experience.public String getWebExperienceId()
The identifier of the Amazon Q Business web experience.
public CreateWebExperienceResult withWebExperienceId(String webExperienceId)
The identifier of the Amazon Q Business web experience.
webExperienceId
- The identifier of the Amazon Q Business web experience.public String toString()
toString
in class Object
Object.toString()
public CreateWebExperienceResult clone()