@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationPresignedUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateApplicationPresignedUrlResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationPresignedUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizedUrl()
The URL of the extension.
|
int |
hashCode() |
void |
setAuthorizedUrl(String authorizedUrl)
The URL of the extension.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationPresignedUrlResult |
withAuthorizedUrl(String authorizedUrl)
The URL of the extension.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAuthorizedUrl(String authorizedUrl)
The URL of the extension.
authorizedUrl - The URL of the extension.public String getAuthorizedUrl()
The URL of the extension.
public CreateApplicationPresignedUrlResult withAuthorizedUrl(String authorizedUrl)
The URL of the extension.
authorizedUrl - The URL of the extension.public String toString()
toString in class ObjectObject.toString()public CreateApplicationPresignedUrlResult clone()