@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateServiceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceResult |
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 updated by this request.
|
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 updated by this request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceResult |
withOperationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
UpdateServiceResult |
withService(Service service)
A description of the App Runner service updated by this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setService(Service service)
A description of the App Runner service updated by this request. All configuration values in the returned
Service
structure reflect configuration changes that are being applied by this request.
service
- A description of the App Runner service updated by this request. All configuration values in the returned
Service
structure reflect configuration changes that are being applied by this request.public Service getService()
A description of the App Runner service updated by this request. All configuration values in the returned
Service
structure reflect configuration changes that are being applied by this request.
Service
structure reflect configuration changes that are being applied by this request.public UpdateServiceResult withService(Service service)
A description of the App Runner service updated by this request. All configuration values in the returned
Service
structure reflect configuration changes that are being applied by this request.
service
- A description of the App Runner service updated by this request. All configuration values in the returned
Service
structure reflect configuration changes that are being applied by this request.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 UpdateServiceResult 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 UpdateServiceResult clone()