public class GetPromptFileResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GetPromptFileResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user
so they can access the prompt in S3.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetPromptFileResult |
withPromptPresignedUrl(java.lang.String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user
so they can access the prompt in S3.
|
public java.lang.String getPromptPresignedUrl()
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
Constraints:
Length: 1 - 2000
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
public void setPromptPresignedUrl(java.lang.String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
Constraints:
Length: 1 - 2000
promptPresignedUrl - 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(java.lang.String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
promptPresignedUrl - A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object