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