@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrokerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBrokerResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBrokerResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoMinorVersionUpgrade()
The new value of automatic upgrades to new minor version for brokers.
|
String |
getBrokerId()
Required.
|
ConfigurationId |
getConfiguration()
The ID of the updated configuration.
|
String |
getEngineVersion()
The version of the broker engine to upgrade to.
|
Logs |
getLogs()
The list of information about logs to be enabled for the specified broker.
|
int |
hashCode() |
Boolean |
isAutoMinorVersionUpgrade()
The new value of automatic upgrades to new minor version for brokers.
|
void |
setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
The new value of automatic upgrades to new minor version for brokers.
|
void |
setBrokerId(String brokerId)
Required.
|
void |
setConfiguration(ConfigurationId configuration)
The ID of the updated configuration.
|
void |
setEngineVersion(String engineVersion)
The version of the broker engine to upgrade to.
|
void |
setLogs(Logs logs)
The list of information about logs to be enabled for the specified broker.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBrokerResult |
withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
The new value of automatic upgrades to new minor version for brokers.
|
UpdateBrokerResult |
withBrokerId(String brokerId)
Required.
|
UpdateBrokerResult |
withConfiguration(ConfigurationId configuration)
The ID of the updated configuration.
|
UpdateBrokerResult |
withEngineVersion(String engineVersion)
The version of the broker engine to upgrade to.
|
UpdateBrokerResult |
withLogs(Logs logs)
The list of information about logs to be enabled for the specified broker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
autoMinorVersionUpgrade
- The new value of automatic upgrades to new minor version for brokers.public Boolean getAutoMinorVersionUpgrade()
public UpdateBrokerResult withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
autoMinorVersionUpgrade
- The new value of automatic upgrades to new minor version for brokers.public Boolean isAutoMinorVersionUpgrade()
public void setBrokerId(String brokerId)
brokerId
- Required. The unique ID that Amazon MQ generates for the broker.public String getBrokerId()
public UpdateBrokerResult withBrokerId(String brokerId)
brokerId
- Required. The unique ID that Amazon MQ generates for the broker.public void setConfiguration(ConfigurationId configuration)
configuration
- The ID of the updated configuration.public ConfigurationId getConfiguration()
public UpdateBrokerResult withConfiguration(ConfigurationId configuration)
configuration
- The ID of the updated configuration.public void setEngineVersion(String engineVersion)
engineVersion
- The version of the broker engine to upgrade to. For a list of supported engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.htmlpublic String getEngineVersion()
public UpdateBrokerResult withEngineVersion(String engineVersion)
engineVersion
- The version of the broker engine to upgrade to. For a list of supported engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.htmlpublic void setLogs(Logs logs)
logs
- The list of information about logs to be enabled for the specified broker.public Logs getLogs()
public UpdateBrokerResult withLogs(Logs logs)
logs
- The list of information about logs to be enabled for the specified broker.public String toString()
toString
in class Object
Object.toString()
public UpdateBrokerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.