@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationInfo extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the Kafka configuration to use for the brokers.
| Constructor and Description |
|---|
ConfigurationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of the configuration to use.
|
Long |
getRevision()
The revision of the configuration to use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
ARN of the configuration to use.
|
void |
setRevision(Long revision)
The revision of the configuration to use.
|
String |
toString()
Returns a string representation of this object.
|
ConfigurationInfo |
withArn(String arn)
ARN of the configuration to use.
|
ConfigurationInfo |
withRevision(Long revision)
The revision of the configuration to use.
|
public void setArn(String arn)
ARN of the configuration to use.
arn - ARN of the configuration to use.public String getArn()
ARN of the configuration to use.
public ConfigurationInfo withArn(String arn)
ARN of the configuration to use.
arn - ARN of the configuration to use.public void setRevision(Long revision)
The revision of the configuration to use.
revision - The revision of the configuration to use.public Long getRevision()
The revision of the configuration to use.
public ConfigurationInfo withRevision(Long revision)
The revision of the configuration to use.
revision - The revision of the configuration to use.public String toString()
toString in class ObjectObject.toString()public ConfigurationInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.