@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServicePrimaryTaskSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateServicePrimaryTaskSetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServicePrimaryTaskSetResult |
clone() |
boolean |
equals(Object obj) |
TaskSet |
getTaskSet()
The details about the task set.
|
int |
hashCode() |
void |
setTaskSet(TaskSet taskSet)
The details about the task set.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServicePrimaryTaskSetResult |
withTaskSet(TaskSet taskSet)
The details about the task set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskSet(TaskSet taskSet)
The details about the task set.
taskSet
- The details about the task set.public TaskSet getTaskSet()
The details about the task set.
public UpdateServicePrimaryTaskSetResult withTaskSet(TaskSet taskSet)
The details about the task set.
taskSet
- The details about the task set.public String toString()
toString
in class Object
Object.toString()
public UpdateServicePrimaryTaskSetResult clone()