@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomPluginResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteCustomPluginResult () |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomPluginResult |
clone () |
boolean |
equals (Object obj) |
String |
getCustomPluginArn ()
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
|
String |
getCustomPluginState ()
The state of the custom plugin.
|
int |
hashCode () |
void |
setCustomPluginArn (String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
|
void |
setCustomPluginState (String customPluginState)
The state of the custom plugin.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteCustomPluginResult |
withCustomPluginArn (String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
|
DeleteCustomPluginResult |
withCustomPluginState (CustomPluginState customPluginState)
The state of the custom plugin.
|
DeleteCustomPluginResult |
withCustomPluginState (String customPluginState)
The state of the custom plugin.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DeleteCustomPluginResult()
public void setCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
customPluginArn - The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.public String getCustomPluginArn()
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
public DeleteCustomPluginResult withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
customPluginArn - The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.public void setCustomPluginState(String customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState public String getCustomPluginState()
The state of the custom plugin.
CustomPluginState public DeleteCustomPluginResult withCustomPluginState(String customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState public DeleteCustomPluginResult withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState public String toString()
toString in class Object Object.toString() public DeleteCustomPluginResult clone()