@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateResourceResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateResourceResult | clone() | 
| boolean | equals(Object obj) | 
| ProgressEvent | getProgressEvent()
 Represents the current status of the resource update request. | 
| int | hashCode() | 
| void | setProgressEvent(ProgressEvent progressEvent)
 Represents the current status of the resource update request. | 
| String | toString()Returns a string representation of this object. | 
| UpdateResourceResult | withProgressEvent(ProgressEvent progressEvent)
 Represents the current status of the resource update request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
 Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
 
progressEvent - Represents the current status of the resource update request.
        
        Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
public ProgressEvent getProgressEvent()
Represents the current status of the resource update request.
 Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
 
         Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
public UpdateResourceResult withProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
 Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
 
progressEvent - Represents the current status of the resource update request.
        
        Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
public String toString()
toString in class ObjectObject.toString()public UpdateResourceResult clone()