@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClusterKafkaVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateClusterKafkaVersionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateClusterKafkaVersionResult |
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.
|
UpdateClusterKafkaVersionResult |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
UpdateClusterKafkaVersionResult |
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 UpdateClusterKafkaVersionResult 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 UpdateClusterKafkaVersionResult 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 UpdateClusterKafkaVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.