@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKxScalingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteKxScalingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteKxScalingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment, from where you want to delete the dataview.
|
String |
getScalingGroupName()
A unique identifier for the kdb scaling group.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to delete the dataview.
|
void |
setScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteKxScalingGroupRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
DeleteKxScalingGroupRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to delete the dataview.
|
DeleteKxScalingGroupRequest |
withScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
|
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 setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to delete the dataview.
environmentId
- A unique identifier for the kdb environment, from where you want to delete the dataview.public String getEnvironmentId()
A unique identifier for the kdb environment, from where you want to delete the dataview.
public DeleteKxScalingGroupRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to delete the dataview.
environmentId
- A unique identifier for the kdb environment, from where you want to delete the dataview.public void setScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
scalingGroupName
- A unique identifier for the kdb scaling group.public String getScalingGroupName()
A unique identifier for the kdb scaling group.
public DeleteKxScalingGroupRequest withScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
scalingGroupName
- A unique identifier for the kdb scaling group.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public DeleteKxScalingGroupRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String toString()
toString
in class Object
Object.toString()
public DeleteKxScalingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()