@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddonConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAddonConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAddonConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAddonName()
The name of the add-on.
|
String |
getAddonVersion()
The version of the add-on.
|
String |
getConfigurationSchema()
A JSON schema that's used to validate the configuration values that you provide when an addon is created or
updated.
|
int |
hashCode() |
void |
setAddonName(String addonName)
The name of the add-on.
|
void |
setAddonVersion(String addonVersion)
The version of the add-on.
|
void |
setConfigurationSchema(String configurationSchema)
A JSON schema that's used to validate the configuration values that you provide when an addon is created or
updated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAddonConfigurationResult |
withAddonName(String addonName)
The name of the add-on.
|
DescribeAddonConfigurationResult |
withAddonVersion(String addonVersion)
The version of the add-on.
|
DescribeAddonConfigurationResult |
withConfigurationSchema(String configurationSchema)
A JSON schema that's used to validate the configuration values that you provide when an addon is created or
updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAddonName(String addonName)
The name of the add-on.
addonName
- The name of the add-on.public String getAddonName()
The name of the add-on.
public DescribeAddonConfigurationResult withAddonName(String addonName)
The name of the add-on.
addonName
- The name of the add-on.public void setAddonVersion(String addonVersion)
The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions
.
addonVersion
- The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions
.public String getAddonVersion()
The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions
.
DescribeAddonVersions
.public DescribeAddonConfigurationResult withAddonVersion(String addonVersion)
The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions
.
addonVersion
- The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions
.public void setConfigurationSchema(String configurationSchema)
A JSON schema that's used to validate the configuration values that you provide when an addon is created or updated.
configurationSchema
- A JSON schema that's used to validate the configuration values that you provide when an addon is created
or updated.public String getConfigurationSchema()
A JSON schema that's used to validate the configuration values that you provide when an addon is created or updated.
public DescribeAddonConfigurationResult withConfigurationSchema(String configurationSchema)
A JSON schema that's used to validate the configuration values that you provide when an addon is created or updated.
configurationSchema
- A JSON schema that's used to validate the configuration values that you provide when an addon is created
or updated.public String toString()
toString
in class Object
Object.toString()
public DescribeAddonConfigurationResult clone()