@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateConfigurationResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
Required. The Amazon Resource Name (ARN) of the configuration.
arn
- Required. The Amazon Resource Name (ARN) of the configuration.public String getArn()
Required. The Amazon Resource Name (ARN) of the configuration.
public CreateConfigurationResult withArn(String arn)
Required. The Amazon Resource Name (ARN) of the configuration.
arn
- Required. The Amazon Resource Name (ARN) of the configuration.public void setAuthenticationStrategy(String authenticationStrategy)
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
authenticationStrategy
- Optional. The authentication strategy associated with the configuration. The default is SIMPLE.AuthenticationStrategy
public String getAuthenticationStrategy()
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
AuthenticationStrategy
public CreateConfigurationResult withAuthenticationStrategy(String authenticationStrategy)
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
authenticationStrategy
- Optional. The authentication strategy associated with the configuration. The default is SIMPLE.AuthenticationStrategy
public CreateConfigurationResult withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
authenticationStrategy
- Optional. The authentication strategy associated with the configuration. The default is SIMPLE.AuthenticationStrategy
public void setCreated(Date created)
Required. The date and time of the configuration.
created
- Required. The date and time of the configuration.public Date getCreated()
Required. The date and time of the configuration.
public CreateConfigurationResult withCreated(Date created)
Required. The date and time of the configuration.
created
- Required. The date and time of the configuration.public void setId(String id)
Required. The unique ID that Amazon MQ generates for the configuration.
id
- Required. The unique ID that Amazon MQ generates for the configuration.public String getId()
Required. The unique ID that Amazon MQ generates for the configuration.
public CreateConfigurationResult withId(String id)
Required. The unique ID that Amazon MQ generates for the configuration.
id
- Required. The unique ID that Amazon MQ generates for the configuration.public void setLatestRevision(ConfigurationRevision latestRevision)
The latest revision of the configuration.
latestRevision
- The latest revision of the configuration.public ConfigurationRevision getLatestRevision()
The latest revision of the configuration.
public CreateConfigurationResult withLatestRevision(ConfigurationRevision latestRevision)
The latest revision of the configuration.
latestRevision
- The latest revision of the configuration.public void setName(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.
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.public String getName()
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.
public CreateConfigurationResult withName(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.
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.public String toString()
toString
in class Object
Object.toString()
public CreateConfigurationResult clone()