@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetPromptFileResult clone()