@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrokerCountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBrokerCountRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBrokerCountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
String |
getCurrentVersion()
The version of cluster to update from.
|
Integer |
getTargetNumberOfBrokerNodes()
The number of broker nodes that you want the cluster to have after this operation completes successfully.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
void |
setCurrentVersion(String currentVersion)
The version of cluster to update from.
|
void |
setTargetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBrokerCountRequest |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateBrokerCountRequest |
withCurrentVersion(String currentVersion)
The version of cluster to update from.
|
UpdateBrokerCountRequest |
withTargetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
|
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 setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public String getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public UpdateBrokerCountRequest withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public void setCurrentVersion(String currentVersion)
The version of cluster to update from. A successful operation will then generate a new version.
currentVersion
- The version of cluster to update from. A successful operation will then generate a new version.
public String getCurrentVersion()
The version of cluster to update from. A successful operation will then generate a new version.
The version of cluster to update from. A successful operation will then generate a new version.
public UpdateBrokerCountRequest withCurrentVersion(String currentVersion)
The version of cluster to update from. A successful operation will then generate a new version.
currentVersion
- The version of cluster to update from. A successful operation will then generate a new version.
public void setTargetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
targetNumberOfBrokerNodes
- The number of broker nodes that you want the cluster to have after this operation completes successfully.
public Integer getTargetNumberOfBrokerNodes()
The number of broker nodes that you want the cluster to have after this operation completes successfully.
The number of broker nodes that you want the cluster to have after this operation completes successfully.
public UpdateBrokerCountRequest withTargetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
targetNumberOfBrokerNodes
- The number of broker nodes that you want the cluster to have after this operation completes successfully.
public String toString()
toString
in class Object
Object.toString()
public UpdateBrokerCountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.