@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) |
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.EngineTypepublic String getEngineType()
The broker's engine type.
EngineTypepublic BrokerEngineType withEngineType(String engineType)
The broker's engine type.
engineType - The broker's engine type.EngineTypepublic BrokerEngineType withEngineType(EngineType engineType)
The broker's engine type.
engineType - The broker's engine type.EngineTypepublic 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 ObjectObject.toString()public BrokerEngineType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.