Class CreateConfigurationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.mq.model.MqResponse
-
- software.amazon.awssdk.services.mq.model.CreateConfigurationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateConfigurationResponse.Builder,CreateConfigurationResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateConfigurationResponse extends MqResponse implements ToCopyableBuilder<CreateConfigurationResponse.Builder,CreateConfigurationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()Required.AuthenticationStrategyauthenticationStrategy()Optional.StringauthenticationStrategyAsString()Optional.static CreateConfigurationResponse.Builderbuilder()Instantcreated()Required.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()Required.ConfigurationRevisionlatestRevision()The latest revision of the configuration.Stringname()Required.List<SdkField<?>>sdkFields()static Class<? extends CreateConfigurationResponse.Builder>serializableBuilderClass()CreateConfigurationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.mq.model.MqResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
Required. The Amazon Resource Name (ARN) of the configuration.
- Returns:
- Required. The Amazon Resource Name (ARN) of the configuration.
-
authenticationStrategy
public final AuthenticationStrategy authenticationStrategy()
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
If the service returns an enum value that is not available in the current SDK version,
authenticationStrategywill returnAuthenticationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationStrategyAsString().- Returns:
- Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
- See Also:
AuthenticationStrategy
-
authenticationStrategyAsString
public final String authenticationStrategyAsString()
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
If the service returns an enum value that is not available in the current SDK version,
authenticationStrategywill returnAuthenticationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationStrategyAsString().- Returns:
- Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
- See Also:
AuthenticationStrategy
-
created
public final Instant created()
Required. The date and time of the configuration.
- Returns:
- Required. The date and time of the configuration.
-
id
public final String id()
Required. The unique ID that Amazon MQ generates for the configuration.
- Returns:
- Required. The unique ID that Amazon MQ generates for the configuration.
-
latestRevision
public final ConfigurationRevision latestRevision()
The latest revision of the configuration.
- Returns:
- The latest revision of the configuration.
-
name
public final String name()
Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
- Returns:
- Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
-
toBuilder
public CreateConfigurationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateConfigurationResponse.Builder,CreateConfigurationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateConfigurationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateConfigurationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-