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