@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddonConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAddonConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAddonConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAddonName()
The name of the add-on.
|
String |
getAddonVersion()
The version of the add-on.
|
int |
hashCode() |
void |
setAddonName(String addonName)
The name of the add-on.
|
void |
setAddonVersion(String addonVersion)
The version of the add-on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAddonConfigurationRequest |
withAddonName(String addonName)
The name of the add-on.
|
DescribeAddonConfigurationRequest |
withAddonVersion(String addonVersion)
The version of the add-on.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAddonName(String addonName)
The name of the add-on. The name must match one of the names returned by DescribeAddonVersions
.
addonName
- The name of the add-on. The name must match one of the names returned by
DescribeAddonVersions
.public String getAddonName()
The name of the add-on. The name must match one of the names returned by DescribeAddonVersions
.
DescribeAddonVersions
.public DescribeAddonConfigurationRequest withAddonName(String addonName)
The name of the add-on. The name must match one of the names returned by DescribeAddonVersions
.
addonName
- The name of the add-on. The name must match one of the names returned by
DescribeAddonVersions
.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 DescribeAddonConfigurationRequest 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 String toString()
toString
in class Object
Object.toString()
public DescribeAddonConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()