@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrokerInstanceOption extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BrokerInstanceOption() |
| Modifier and Type | Method and Description |
|---|---|
BrokerInstanceOption |
clone() |
boolean |
equals(Object obj) |
List<AvailabilityZone> |
getAvailabilityZones()
The list of available az.
|
String |
getEngineType()
The type of broker engine.
|
String |
getHostInstanceType()
The type of broker instance.
|
List<String> |
getSupportedEngineVersions()
The list of supported engine versions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
The list of available az.
|
void |
setEngineType(String engineType)
The type of broker engine.
|
void |
setHostInstanceType(String hostInstanceType)
The type of broker instance.
|
void |
setSupportedEngineVersions(Collection<String> supportedEngineVersions)
The list of supported engine versions.
|
String |
toString()
Returns a string representation of this object.
|
BrokerInstanceOption |
withAvailabilityZones(AvailabilityZone... availabilityZones)
The list of available az.
|
BrokerInstanceOption |
withAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
The list of available az.
|
BrokerInstanceOption |
withEngineType(EngineType engineType)
The type of broker engine.
|
BrokerInstanceOption |
withEngineType(String engineType)
The type of broker engine.
|
BrokerInstanceOption |
withHostInstanceType(String hostInstanceType)
The type of broker instance.
|
BrokerInstanceOption |
withSupportedEngineVersions(Collection<String> supportedEngineVersions)
The list of supported engine versions.
|
BrokerInstanceOption |
withSupportedEngineVersions(String... supportedEngineVersions)
The list of supported engine versions.
|
public List<AvailabilityZone> getAvailabilityZones()
public void setAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
availabilityZones - The list of available az.public BrokerInstanceOption withAvailabilityZones(AvailabilityZone... availabilityZones)
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZones(java.util.Collection) or withAvailabilityZones(java.util.Collection) if
you want to override the existing values.
availabilityZones - The list of available az.public BrokerInstanceOption withAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
availabilityZones - The list of available az.public void setEngineType(String engineType)
engineType - The type of broker engine.EngineTypepublic String getEngineType()
EngineTypepublic BrokerInstanceOption withEngineType(String engineType)
engineType - The type of broker engine.EngineTypepublic BrokerInstanceOption withEngineType(EngineType engineType)
engineType - The type of broker engine.EngineTypepublic void setHostInstanceType(String hostInstanceType)
hostInstanceType - The type of broker instance.public String getHostInstanceType()
public BrokerInstanceOption withHostInstanceType(String hostInstanceType)
hostInstanceType - The type of broker instance.public List<String> getSupportedEngineVersions()
public void setSupportedEngineVersions(Collection<String> supportedEngineVersions)
supportedEngineVersions - The list of supported engine versions.public BrokerInstanceOption withSupportedEngineVersions(String... supportedEngineVersions)
NOTE: This method appends the values to the existing list (if any). Use
setSupportedEngineVersions(java.util.Collection) or
withSupportedEngineVersions(java.util.Collection) if you want to override the existing values.
supportedEngineVersions - The list of supported engine versions.public BrokerInstanceOption withSupportedEngineVersions(Collection<String> supportedEngineVersions)
supportedEngineVersions - The list of supported engine versions.public String toString()
toString in class ObjectObject.toString()public BrokerInstanceOption 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.