@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableAddOnRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
EnableAddOnRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
EnableAddOnRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
AddOnRequest | 
getAddOnRequest()
 An array of strings representing the add-on to enable or modify. 
 | 
String | 
getResourceName()
 The name of the source resource for which to enable or modify the add-on. 
 | 
int | 
hashCode()  | 
void | 
setAddOnRequest(AddOnRequest addOnRequest)
 An array of strings representing the add-on to enable or modify. 
 | 
void | 
setResourceName(String resourceName)
 The name of the source resource for which to enable or modify the add-on. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
EnableAddOnRequest | 
withAddOnRequest(AddOnRequest addOnRequest)
 An array of strings representing the add-on to enable or modify. 
 | 
EnableAddOnRequest | 
withResourceName(String resourceName)
 The name of the source resource for which to enable or modify 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, withSdkRequestTimeoutpublic void setResourceName(String resourceName)
The name of the source resource for which to enable or modify the add-on.
resourceName - The name of the source resource for which to enable or modify the add-on.public String getResourceName()
The name of the source resource for which to enable or modify the add-on.
public EnableAddOnRequest withResourceName(String resourceName)
The name of the source resource for which to enable or modify the add-on.
resourceName - The name of the source resource for which to enable or modify the add-on.public void setAddOnRequest(AddOnRequest addOnRequest)
An array of strings representing the add-on to enable or modify.
addOnRequest - An array of strings representing the add-on to enable or modify.public AddOnRequest getAddOnRequest()
An array of strings representing the add-on to enable or modify.
public EnableAddOnRequest withAddOnRequest(AddOnRequest addOnRequest)
An array of strings representing the add-on to enable or modify.
addOnRequest - An array of strings representing the add-on to enable or modify.public String toString()
toString in class ObjectObject.toString()public EnableAddOnRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()