@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, setSdkResponseMetadatapublic 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.CustomPluginStatepublic String getCustomPluginState()
The state of the custom plugin.
CustomPluginStatepublic DeleteCustomPluginResult withCustomPluginState(String customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginStatepublic DeleteCustomPluginResult withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginStatepublic String toString()
toString in class ObjectObject.toString()public DeleteCustomPluginResult clone()