@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateConfigurationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateConfigurationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()Required. | 
| String | getAuthenticationStrategy()The authentication strategy associated with the configuration. | 
| Date | getCreated()Required. | 
| String | getId()Required. | 
| ConfigurationRevision | getLatestRevision()The latest revision of the configuration. | 
| String | getName()Required. | 
| int | hashCode() | 
| void | setArn(String arn)Required. | 
| void | setAuthenticationStrategy(String authenticationStrategy)The authentication strategy associated with the configuration. | 
| void | setCreated(Date created)Required. | 
| void | setId(String id)Required. | 
| void | setLatestRevision(ConfigurationRevision latestRevision)The latest revision of the configuration. | 
| void | setName(String name)Required. | 
| String | toString()Returns a string representation of this object. | 
| CreateConfigurationResult | withArn(String arn)Required. | 
| CreateConfigurationResult | withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)The authentication strategy associated with the configuration. | 
| CreateConfigurationResult | withAuthenticationStrategy(String authenticationStrategy)The authentication strategy associated with the configuration. | 
| CreateConfigurationResult | withCreated(Date created)Required. | 
| CreateConfigurationResult | withId(String id)Required. | 
| CreateConfigurationResult | withLatestRevision(ConfigurationRevision latestRevision)The latest revision of the configuration. | 
| CreateConfigurationResult | withName(String name)Required. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
arn - Required. The Amazon Resource Name (ARN) of the configuration.public String getArn()
public CreateConfigurationResult withArn(String arn)
arn - Required. The Amazon Resource Name (ARN) of the configuration.public void setAuthenticationStrategy(String authenticationStrategy)
authenticationStrategy - The authentication strategy associated with the configuration.AuthenticationStrategypublic String getAuthenticationStrategy()
AuthenticationStrategypublic CreateConfigurationResult withAuthenticationStrategy(String authenticationStrategy)
authenticationStrategy - The authentication strategy associated with the configuration.AuthenticationStrategypublic CreateConfigurationResult withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
authenticationStrategy - The authentication strategy associated with the configuration.AuthenticationStrategypublic void setCreated(Date created)
created - Required. The date and time of the configuration.public Date getCreated()
public CreateConfigurationResult withCreated(Date created)
created - Required. The date and time of the configuration.public void setId(String id)
id - Required. The unique ID that Amazon MQ generates for the configuration.public String getId()
public CreateConfigurationResult withId(String id)
id - Required. The unique ID that Amazon MQ generates for the configuration.public void setLatestRevision(ConfigurationRevision latestRevision)
latestRevision - The latest revision of the configuration.public ConfigurationRevision getLatestRevision()
public CreateConfigurationResult withLatestRevision(ConfigurationRevision latestRevision)
latestRevision - The latest revision of the configuration.public void setName(String name)
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()
public CreateConfigurationResult withName(String name)
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 ObjectObject.toString()public CreateConfigurationResult clone()