@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePluginResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePluginResult() |
Modifier and Type | Method and Description |
---|---|
CreatePluginResult |
clone() |
boolean |
equals(Object obj) |
String |
getPluginArn()
The Amazon Resource Name (ARN) of a plugin.
|
String |
getPluginId()
The identifier of the plugin created.
|
int |
hashCode() |
void |
setPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of a plugin.
|
void |
setPluginId(String pluginId)
The identifier of the plugin created.
|
String |
toString()
Returns a string representation of this object.
|
CreatePluginResult |
withPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of a plugin.
|
CreatePluginResult |
withPluginId(String pluginId)
The identifier of the plugin created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of a plugin.
pluginArn
- The Amazon Resource Name (ARN) of a plugin.public String getPluginArn()
The Amazon Resource Name (ARN) of a plugin.
public CreatePluginResult withPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of a plugin.
pluginArn
- The Amazon Resource Name (ARN) of a plugin.public void setPluginId(String pluginId)
The identifier of the plugin created.
pluginId
- The identifier of the plugin created.public String getPluginId()
The identifier of the plugin created.
public CreatePluginResult withPluginId(String pluginId)
The identifier of the plugin created.
pluginId
- The identifier of the plugin created.public String toString()
toString
in class Object
Object.toString()
public CreatePluginResult clone()