@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateEmbedUrlForRegisteredUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GenerateEmbedUrlForRegisteredUserResult() |
Modifier and Type | Method and Description |
---|---|
GenerateEmbedUrlForRegisteredUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getEmbedUrl()
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or
console.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setEmbedUrl(String embedUrl)
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or
console.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
GenerateEmbedUrlForRegisteredUserResult |
withEmbedUrl(String embedUrl)
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or
console.
|
GenerateEmbedUrlForRegisteredUserResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
GenerateEmbedUrlForRegisteredUserResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GenerateEmbedUrlForRegisteredUserResult()
public void setEmbedUrl(String embedUrl)
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or console.
embedUrl
- The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or
console.public String getEmbedUrl()
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or console.
public GenerateEmbedUrlForRegisteredUserResult withEmbedUrl(String embedUrl)
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or console.
embedUrl
- The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or
console.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public GenerateEmbedUrlForRegisteredUserResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public GenerateEmbedUrlForRegisteredUserResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public GenerateEmbedUrlForRegisteredUserResult clone()