@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebootBrokerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RebootBrokerRequest() |
| Modifier and Type | Method and Description |
|---|---|
RebootBrokerRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getBrokerIds()
The list of broker IDs to be rebooted.
|
String |
getClusterArn()
The Amazon Resource Name (ARN) of the cluster to be updated.
|
int |
hashCode() |
void |
setBrokerIds(Collection<String> brokerIds)
The list of broker IDs to be rebooted.
|
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
|
String |
toString()
Returns a string representation of this object.
|
RebootBrokerRequest |
withBrokerIds(Collection<String> brokerIds)
The list of broker IDs to be rebooted.
|
RebootBrokerRequest |
withBrokerIds(String... brokerIds)
The list of broker IDs to be rebooted.
|
RebootBrokerRequest |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getBrokerIds()
The list of broker IDs to be rebooted.
The list of broker IDs to be rebooted.
public void setBrokerIds(Collection<String> brokerIds)
The list of broker IDs to be rebooted.
brokerIds - The list of broker IDs to be rebooted.
public RebootBrokerRequest withBrokerIds(String... brokerIds)
The list of broker IDs to be rebooted.
NOTE: This method appends the values to the existing list (if any). Use
setBrokerIds(java.util.Collection) or withBrokerIds(java.util.Collection) if you want to
override the existing values.
brokerIds - The list of broker IDs to be rebooted.
public RebootBrokerRequest withBrokerIds(Collection<String> brokerIds)
The list of broker IDs to be rebooted.
brokerIds - The list of broker IDs to be rebooted.
public void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
clusterArn - The Amazon Resource Name (ARN) of the cluster to be updated.
public String getClusterArn()
The Amazon Resource Name (ARN) of the cluster to be updated.
The Amazon Resource Name (ARN) of the cluster to be updated.
public RebootBrokerRequest withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
clusterArn - The Amazon Resource Name (ARN) of the cluster to be updated.
public String toString()
toString in class ObjectObject.toString()public RebootBrokerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.