@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PauseServiceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PauseServiceResult() |
| Modifier and Type | Method and Description |
|---|---|
PauseServiceResult |
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 paused.
|
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 paused.
|
String |
toString()
Returns a string representation of this object.
|
PauseServiceResult |
withOperationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
PauseServiceResult |
withService(Service service)
A description of the App Runner service that this request just paused.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setService(Service service)
A description of the App Runner service that this request just paused.
service - A description of the App Runner service that this request just paused.public Service getService()
A description of the App Runner service that this request just paused.
public PauseServiceResult withService(Service service)
A description of the App Runner service that this request just paused.
service - A description of the App Runner service that this request just paused.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 PauseServiceResult 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 ObjectObject.toString()public PauseServiceResult clone()