@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConfigurationResult() |
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 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.public String getEngineVersion()
public DescribeConfigurationResult withEngineVersion(String engineVersion)
engineVersion
- Required. The version of the broker engine.public 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 String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.