@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBrokerResponse extends MqResponse implements ToCopyableBuilder<UpdateBrokerResponse.Builder,UpdateBrokerResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBrokerResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationStrategy |
authenticationStrategy()
The authentication strategy used to secure the broker.
|
String |
authenticationStrategyAsString()
The authentication strategy used to secure the broker.
|
Boolean |
autoMinorVersionUpgrade()
The new value of automatic upgrades to new minor version for brokers.
|
String |
brokerId()
Required.
|
static UpdateBrokerResponse.Builder |
builder() |
ConfigurationId |
configuration()
The ID of the updated configuration.
|
String |
engineVersion()
The version of the broker engine to upgrade to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroups()
Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
hostInstanceType()
The host instance type of the broker to upgrade to.
|
LdapServerMetadataOutput |
ldapServerMetadata()
The metadata of the LDAP server used to authenticate and authorize connections to the broker.
|
Logs |
logs()
The list of information about logs to be enabled for the specified broker.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroups()
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
static Class<? extends UpdateBrokerResponse.Builder> |
serializableBuilderClass() |
UpdateBrokerResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AuthenticationStrategy authenticationStrategy()
If the service returns an enum value that is not available in the current SDK version,
authenticationStrategy will return AuthenticationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationStrategyAsString().
AuthenticationStrategypublic final String authenticationStrategyAsString()
If the service returns an enum value that is not available in the current SDK version,
authenticationStrategy will return AuthenticationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationStrategyAsString().
AuthenticationStrategypublic final Boolean autoMinorVersionUpgrade()
public final String brokerId()
public final ConfigurationId configuration()
public final String engineVersion()
public final String hostInstanceType()
public final LdapServerMetadataOutput ldapServerMetadata()
public final Logs logs()
public final boolean hasSecurityGroups()
public final List<String> securityGroups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSecurityGroups() to see if a value was sent in this field.
public UpdateBrokerResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBrokerResponse.Builder,UpdateBrokerResponse>toBuilder in class AwsResponsepublic static UpdateBrokerResponse.Builder builder()
public static Class<? extends UpdateBrokerResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.