@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateControlPanelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The details of the control panel that you're creating.
NOOP
Constructor and Description |
---|
CreateControlPanelRequest() |
Modifier and Type | Method and Description |
---|---|
CreateControlPanelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique client idempotency token.
|
String |
getClusterArn()
The Amazon Resource Name (ARN) of the cluster for the control panel.
|
String |
getControlPanelName()
The name of the control panel.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique client idempotency token.
|
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster for the control panel.
|
void |
setControlPanelName(String controlPanelName)
The name of the control panel.
|
String |
toString()
Returns a string representation of this object.
|
CreateControlPanelRequest |
withClientToken(String clientToken)
Unique client idempotency token.
|
CreateControlPanelRequest |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster for the control panel.
|
CreateControlPanelRequest |
withControlPanelName(String controlPanelName)
The name of the control panel.
|
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 setClientToken(String clientToken)
Unique client idempotency token.
clientToken
- Unique client idempotency token.public String getClientToken()
Unique client idempotency token.
public CreateControlPanelRequest withClientToken(String clientToken)
Unique client idempotency token.
clientToken
- Unique client idempotency token.public void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster for the control panel.
clusterArn
- The Amazon Resource Name (ARN) of the cluster for the control panel.public String getClusterArn()
The Amazon Resource Name (ARN) of the cluster for the control panel.
public CreateControlPanelRequest withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster for the control panel.
clusterArn
- The Amazon Resource Name (ARN) of the cluster for the control panel.public void setControlPanelName(String controlPanelName)
The name of the control panel.
controlPanelName
- The name of the control panel.public String getControlPanelName()
The name of the control panel.
public CreateControlPanelRequest withControlPanelName(String controlPanelName)
The name of the control panel.
controlPanelName
- The name of the control panel.public String toString()
toString
in class Object
Object.toString()
public CreateControlPanelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()