@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsMskClusterDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster.
Constructor and Description |
---|
AwsMskClusterDetails() |
Modifier and Type | Method and Description |
---|---|
AwsMskClusterDetails |
clone() |
boolean |
equals(Object obj) |
AwsMskClusterClusterInfoDetails |
getClusterInfo()
Provides information about a cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterInfo(AwsMskClusterClusterInfoDetails clusterInfo)
Provides information about a cluster.
|
String |
toString()
Returns a string representation of this object.
|
AwsMskClusterDetails |
withClusterInfo(AwsMskClusterClusterInfoDetails clusterInfo)
Provides information about a cluster.
|
public void setClusterInfo(AwsMskClusterClusterInfoDetails clusterInfo)
Provides information about a cluster.
clusterInfo
- Provides information about a cluster.public AwsMskClusterClusterInfoDetails getClusterInfo()
Provides information about a cluster.
public AwsMskClusterDetails withClusterInfo(AwsMskClusterClusterInfoDetails clusterInfo)
Provides information about a cluster.
clusterInfo
- Provides information about a cluster.public String toString()
toString
in class Object
Object.toString()
public AwsMskClusterDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.