@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 reboot-broker operation supports rebooting one broker at a time.
The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.
public void setBrokerIds(Collection<String> brokerIds)
The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.
brokerIds - The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.
public RebootBrokerRequest withBrokerIds(String... brokerIds)
The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.
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. The reboot-broker operation supports rebooting one broker at a time.
public RebootBrokerRequest withBrokerIds(Collection<String> brokerIds)
The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.
brokerIds - The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.
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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()