@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrokerEngineType extends Object implements Serializable, Cloneable, StructuredPojo
Types of broker engines.
Constructor and Description |
---|
BrokerEngineType() |
Modifier and Type | Method and Description |
---|---|
BrokerEngineType |
clone() |
boolean |
equals(Object obj) |
String |
getEngineType()
The broker's engine type.
|
List<EngineVersion> |
getEngineVersions()
The list of engine versions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEngineType(String engineType)
The broker's engine type.
|
void |
setEngineVersions(Collection<EngineVersion> engineVersions)
The list of engine versions.
|
String |
toString()
Returns a string representation of this object.
|
BrokerEngineType |
withEngineType(EngineType engineType)
The broker's engine type.
|
BrokerEngineType |
withEngineType(String engineType)
The broker's engine type.
|
BrokerEngineType |
withEngineVersions(Collection<EngineVersion> engineVersions)
The list of engine versions.
|
BrokerEngineType |
withEngineVersions(EngineVersion... engineVersions)
The list of engine versions.
|
public void setEngineType(String engineType)
The broker's engine type.
engineType
- The broker's engine type.EngineType
public String getEngineType()
The broker's engine type.
EngineType
public BrokerEngineType withEngineType(String engineType)
The broker's engine type.
engineType
- The broker's engine type.EngineType
public BrokerEngineType withEngineType(EngineType engineType)
The broker's engine type.
engineType
- The broker's engine type.EngineType
public List<EngineVersion> getEngineVersions()
The list of engine versions.
public void setEngineVersions(Collection<EngineVersion> engineVersions)
The list of engine versions.
engineVersions
- The list of engine versions.public BrokerEngineType withEngineVersions(EngineVersion... engineVersions)
The list of engine versions.
NOTE: This method appends the values to the existing list (if any). Use
setEngineVersions(java.util.Collection)
or withEngineVersions(java.util.Collection)
if you want
to override the existing values.
engineVersions
- The list of engine versions.public BrokerEngineType withEngineVersions(Collection<EngineVersion> engineVersions)
The list of engine versions.
engineVersions
- The list of engine versions.public String toString()
toString
in class Object
Object.toString()
public BrokerEngineType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.