@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResumeServiceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResumeServiceResult() |
Modifier and Type | Method and Description |
---|---|
ResumeServiceResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
The unique ID of the asynchronous operation that this request started.
|
Service |
getService()
A description of the App Runner service that this request just resumed.
|
int |
hashCode() |
void |
setOperationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
void |
setService(Service service)
A description of the App Runner service that this request just resumed.
|
String |
toString()
Returns a string representation of this object.
|
ResumeServiceResult |
withOperationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
ResumeServiceResult |
withService(Service service)
A description of the App Runner service that this request just resumed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setService(Service service)
A description of the App Runner service that this request just resumed.
service
- A description of the App Runner service that this request just resumed.public Service getService()
A description of the App Runner service that this request just resumed.
public ResumeServiceResult withService(Service service)
A description of the App Runner service that this request just resumed.
service
- A description of the App Runner service that this request just resumed.public void setOperationId(String operationId)
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
operationId
- The unique ID of the asynchronous operation that this request started. You can use it combined with the
ListOperations call to track the operation's progress.public String getOperationId()
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
public ResumeServiceResult withOperationId(String operationId)
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
operationId
- The unique ID of the asynchronous operation that this request started. You can use it combined with the
ListOperations call to track the operation's progress.public String toString()
toString
in class Object
Object.toString()
public ResumeServiceResult clone()