@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonMskCluster extends Object implements Serializable, Cloneable, StructuredPojo
Details of an Amazon MSK Cluster.
| Constructor and Description |
|---|
AmazonMskCluster() |
| Modifier and Type | Method and Description |
|---|---|
AmazonMskCluster |
clone() |
boolean |
equals(Object obj) |
String |
getMskClusterArn()
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMskClusterArn(String mskClusterArn)
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
|
String |
toString()
Returns a string representation of this object.
|
AmazonMskCluster |
withMskClusterArn(String mskClusterArn)
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
|
public void setMskClusterArn(String mskClusterArn)
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
mskClusterArn - The Amazon Resource Name (ARN) of an Amazon MSK cluster.public String getMskClusterArn()
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
public AmazonMskCluster withMskClusterArn(String mskClusterArn)
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
mskClusterArn - The Amazon Resource Name (ARN) of an Amazon MSK cluster.public String toString()
toString in class ObjectObject.toString()public AmazonMskCluster clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.