@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KafkaVersion extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| KafkaVersion() | 
| Modifier and Type | Method and Description | 
|---|---|
| KafkaVersion | clone() | 
| boolean | equals(Object obj) | 
| String | getStatus() | 
| String | getVersion() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setStatus(String status) | 
| void | setVersion(String version) | 
| String | toString()Returns a string representation of this object. | 
| KafkaVersion | withStatus(KafkaVersionStatus status) | 
| KafkaVersion | withStatus(String status) | 
| KafkaVersion | withVersion(String version) | 
public void setVersion(String version)
version - public String getVersion()
public KafkaVersion withVersion(String version)
version - public void setStatus(String status)
status - KafkaVersionStatuspublic String getStatus()
KafkaVersionStatuspublic KafkaVersion withStatus(String status)
status - KafkaVersionStatuspublic KafkaVersion withStatus(KafkaVersionStatus status)
status - KafkaVersionStatuspublic String toString()
toString in class ObjectObject.toString()public KafkaVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.