@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServicePrimaryTaskSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServicePrimaryTaskSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServicePrimaryTaskSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists
in.
|
String |
getPrimaryTaskSet()
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
deployment.
|
String |
getService()
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
int |
hashCode() |
void |
setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists
in.
|
void |
setPrimaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
deployment.
|
void |
setService(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServicePrimaryTaskSetRequest |
withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists
in.
|
UpdateServicePrimaryTaskSetRequest |
withPrimaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
deployment.
|
UpdateServicePrimaryTaskSetRequest |
withService(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set
exists in.public String getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
public UpdateServicePrimaryTaskSetRequest withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set
exists in.public void setService(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
service
- The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.public String getService()
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
public UpdateServicePrimaryTaskSetRequest withService(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
service
- The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.public void setPrimaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
primaryTaskSet
- The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
deployment.public String getPrimaryTaskSet()
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
public UpdateServicePrimaryTaskSetRequest withPrimaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
primaryTaskSet
- The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
deployment.public String toString()
toString
in class Object
Object.toString()
public UpdateServicePrimaryTaskSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()