@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxScalingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetKxScalingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
GetKxScalingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getScalingGroupName()
A unique identifier for the kdb scaling group.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
|
String |
toString()
Returns a string representation of this object.
|
GetKxScalingGroupRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxScalingGroupRequest |
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.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public GetKxScalingGroupRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.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 GetKxScalingGroupRequest withScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
scalingGroupName
- A unique identifier for the kdb scaling group.public String toString()
toString
in class Object
Object.toString()
public GetKxScalingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()