@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrokerCountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBrokerCountResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBrokerCountResult |
clone() |
boolean |
equals(Object obj) |
String |
getClusterArn()
The Amazon Resource Name (ARN) of the cluster.
|
String |
getClusterOperationArn()
The Amazon Resource Name (ARN) of the cluster operation.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
void |
setClusterOperationArn(String clusterOperationArn)
The Amazon Resource Name (ARN) of the cluster operation.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBrokerCountResult |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
UpdateBrokerCountResult |
withClusterOperationArn(String clusterOperationArn)
The Amazon Resource Name (ARN) of the cluster operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn
- The Amazon Resource Name (ARN) of the cluster.
public String getClusterArn()
The Amazon Resource Name (ARN) of the cluster.
The Amazon Resource Name (ARN) of the cluster.
public UpdateBrokerCountResult withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn
- The Amazon Resource Name (ARN) of the cluster.
public void setClusterOperationArn(String clusterOperationArn)
The Amazon Resource Name (ARN) of the cluster operation.
clusterOperationArn
- The Amazon Resource Name (ARN) of the cluster operation.
public String getClusterOperationArn()
The Amazon Resource Name (ARN) of the cluster operation.
The Amazon Resource Name (ARN) of the cluster operation.
public UpdateBrokerCountResult withClusterOperationArn(String clusterOperationArn)
The Amazon Resource Name (ARN) of the cluster operation.
clusterOperationArn
- The Amazon Resource Name (ARN) of the cluster operation.
public String toString()
toString
in class Object
Object.toString()
public UpdateBrokerCountResult clone()