@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPromptFileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPromptFileResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPromptFileResult |
clone() |
boolean |
equals(Object obj) |
String |
getPromptPresignedUrl()
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
int |
hashCode() |
void |
setPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
String |
toString()
Returns a string representation of this object.
|
GetPromptFileResult |
withPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
promptPresignedUrl - A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in
S3.public String getPromptPresignedUrl()
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
public GetPromptFileResult withPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
promptPresignedUrl - A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in
S3.public String toString()
toString in class ObjectObject.toString()public GetPromptFileResult clone()
Copyright © 2023. All rights reserved.