@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrokerEngineType extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BrokerEngineType() |
| Modifier and Type | Method and Description |
|---|---|
BrokerEngineType |
clone() |
boolean |
equals(Object obj) |
String |
getEngineType()
The type of broker engine.
|
List<EngineVersion> |
getEngineVersions()
The list of engine versions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEngineType(String engineType)
The type of broker engine.
|
void |
setEngineVersions(Collection<EngineVersion> engineVersions)
The list of engine versions.
|
String |
toString()
Returns a string representation of this object.
|
BrokerEngineType |
withEngineType(EngineType engineType)
The type of broker engine.
|
BrokerEngineType |
withEngineType(String engineType)
The type of broker engine.
|
BrokerEngineType |
withEngineVersions(Collection<EngineVersion> engineVersions)
The list of engine versions.
|
BrokerEngineType |
withEngineVersions(EngineVersion... engineVersions)
The list of engine versions.
|
public void setEngineType(String engineType)
engineType - The type of broker engine.EngineTypepublic String getEngineType()
EngineTypepublic BrokerEngineType withEngineType(String engineType)
engineType - The type of broker engine.EngineTypepublic BrokerEngineType withEngineType(EngineType engineType)
engineType - The type of broker engine.EngineTypepublic List<EngineVersion> getEngineVersions()
public void setEngineVersions(Collection<EngineVersion> engineVersions)
engineVersions - The list of engine versions.public BrokerEngineType withEngineVersions(EngineVersion... engineVersions)
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)
engineVersions - The list of engine versions.public String toString()
toString in class ObjectObject.toString()public BrokerEngineType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.