@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSoftwareUpdatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetSoftwareUpdatesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSoftwareUpdatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getUpdatesURI()
The Amazon S3 presigned URL for the update file associated with the specified
JobId value. |
int |
hashCode() |
void |
setUpdatesURI(String updatesURI)
The Amazon S3 presigned URL for the update file associated with the specified
JobId value. |
String |
toString()
Returns a string representation of this object.
|
GetSoftwareUpdatesResult |
withUpdatesURI(String updatesURI)
The Amazon S3 presigned URL for the update file associated with the specified
JobId value. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUpdatesURI(String updatesURI)
The Amazon S3 presigned URL for the update file associated with the specified JobId value. The
software update will be available for 2 days after this request is made. To access an update after the 2 days
have passed, you'll have to make another call to GetSoftwareUpdates.
updatesURI - The Amazon S3 presigned URL for the update file associated with the specified JobId value.
The software update will be available for 2 days after this request is made. To access an update after the
2 days have passed, you'll have to make another call to GetSoftwareUpdates.public String getUpdatesURI()
The Amazon S3 presigned URL for the update file associated with the specified JobId value. The
software update will be available for 2 days after this request is made. To access an update after the 2 days
have passed, you'll have to make another call to GetSoftwareUpdates.
JobId value.
The software update will be available for 2 days after this request is made. To access an update after
the 2 days have passed, you'll have to make another call to GetSoftwareUpdates.public GetSoftwareUpdatesResult withUpdatesURI(String updatesURI)
The Amazon S3 presigned URL for the update file associated with the specified JobId value. The
software update will be available for 2 days after this request is made. To access an update after the 2 days
have passed, you'll have to make another call to GetSoftwareUpdates.
updatesURI - The Amazon S3 presigned URL for the update file associated with the specified JobId value.
The software update will be available for 2 days after this request is made. To access an update after the
2 days have passed, you'll have to make another call to GetSoftwareUpdates.public String toString()
toString in class ObjectObject.toString()public GetSoftwareUpdatesResult clone()