@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeConfigurationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Required.
|
String |
getAuthenticationStrategy()
The authentication strategy associated with the configuration.
|
Date |
getCreated()
Required.
|
String |
getDescription()
Required.
|
String |
getEngineType()
Required.
|
String |
getEngineVersion()
Required.
|
String |
getId()
Required.
|
ConfigurationRevision |
getLatestRevision()
Required.
|
String |
getName()
Required.
|
Map<String,String> |
getTags()
The list of all tags associated with this configuration.
|
int |
hashCode() |
void |
setArn(String arn)
Required.
|
void |
setAuthenticationStrategy(String authenticationStrategy)
The authentication strategy associated with the configuration.
|
void |
setCreated(Date created)
Required.
|
void |
setDescription(String description)
Required.
|
void |
setEngineType(String engineType)
Required.
|
void |
setEngineVersion(String engineVersion)
Required.
|
void |
setId(String id)
Required.
|
void |
setLatestRevision(ConfigurationRevision latestRevision)
Required.
|
void |
setName(String name)
Required.
|
void |
setTags(Map<String,String> tags)
The list of all tags associated with this configuration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConfigurationResult |
withArn(String arn)
Required.
|
DescribeConfigurationResult |
withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
The authentication strategy associated with the configuration.
|
DescribeConfigurationResult |
withAuthenticationStrategy(String authenticationStrategy)
The authentication strategy associated with the configuration.
|
DescribeConfigurationResult |
withCreated(Date created)
Required.
|
DescribeConfigurationResult |
withDescription(String description)
Required.
|
DescribeConfigurationResult |
withEngineType(EngineType engineType)
Required.
|
DescribeConfigurationResult |
withEngineType(String engineType)
Required.
|
DescribeConfigurationResult |
withEngineVersion(String engineVersion)
Required.
|
DescribeConfigurationResult |
withId(String id)
Required.
|
DescribeConfigurationResult |
withLatestRevision(ConfigurationRevision latestRevision)
Required.
|
DescribeConfigurationResult |
withName(String name)
Required.
|
DescribeConfigurationResult |
withTags(Map<String,String> tags)
The list of all tags associated with this configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- Required. The ARN of the configuration.public String getArn()
public DescribeConfigurationResult withArn(String arn)
arn
- Required. The ARN of the configuration.public void setAuthenticationStrategy(String authenticationStrategy)
authenticationStrategy
- The authentication strategy associated with the configuration.AuthenticationStrategy
public String getAuthenticationStrategy()
AuthenticationStrategy
public DescribeConfigurationResult withAuthenticationStrategy(String authenticationStrategy)
authenticationStrategy
- The authentication strategy associated with the configuration.AuthenticationStrategy
public DescribeConfigurationResult withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
authenticationStrategy
- The authentication strategy associated with the configuration.AuthenticationStrategy
public void setCreated(Date created)
created
- Required. The date and time of the configuration revision.public Date getCreated()
public DescribeConfigurationResult withCreated(Date created)
created
- Required. The date and time of the configuration revision.public void setDescription(String description)
description
- Required. The description of the configuration.public String getDescription()
public DescribeConfigurationResult withDescription(String description)
description
- Required. The description of the configuration.public void setEngineType(String engineType)
engineType
- Required. The type of broker engine. Note: Currently, Amazon MQ supports only ACTIVEMQ.EngineType
public String getEngineType()
EngineType
public DescribeConfigurationResult withEngineType(String engineType)
engineType
- Required. The type of broker engine. Note: Currently, Amazon MQ supports only ACTIVEMQ.EngineType
public DescribeConfigurationResult withEngineType(EngineType engineType)
engineType
- Required. The type of broker engine. Note: Currently, Amazon MQ supports only ACTIVEMQ.EngineType
public void setEngineVersion(String engineVersion)
engineVersion
- Required. The version of the broker engine. For a list of supported engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.htmlpublic String getEngineVersion()
public DescribeConfigurationResult withEngineVersion(String engineVersion)
engineVersion
- Required. The version of the broker engine. For a list of supported engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.htmlpublic void setId(String id)
id
- Required. The unique ID that Amazon MQ generates for the configuration.public String getId()
public DescribeConfigurationResult withId(String id)
id
- Required. The unique ID that Amazon MQ generates for the configuration.public void setLatestRevision(ConfigurationRevision latestRevision)
latestRevision
- Required. The latest revision of the configuration.public ConfigurationRevision getLatestRevision()
public DescribeConfigurationResult withLatestRevision(ConfigurationRevision latestRevision)
latestRevision
- Required. 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 DescribeConfigurationResult 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 Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags
- The list of all tags associated with this configuration.public DescribeConfigurationResult withTags(Map<String,String> tags)
tags
- The list of all tags associated with this configuration.public DescribeConfigurationResult addTagsEntry(String key, String value)
public DescribeConfigurationResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.