@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PluginDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the plugin.
| Constructor and Description |
|---|
PluginDescription() |
| Modifier and Type | Method and Description |
|---|---|
PluginDescription |
clone() |
boolean |
equals(Object obj) |
CustomPluginDescription |
getCustomPlugin()
Details about a custom plugin.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCustomPlugin(CustomPluginDescription customPlugin)
Details about a custom plugin.
|
String |
toString()
Returns a string representation of this object.
|
PluginDescription |
withCustomPlugin(CustomPluginDescription customPlugin)
Details about a custom plugin.
|
public void setCustomPlugin(CustomPluginDescription customPlugin)
Details about a custom plugin.
customPlugin - Details about a custom plugin.public CustomPluginDescription getCustomPlugin()
Details about a custom plugin.
public PluginDescription withCustomPlugin(CustomPluginDescription customPlugin)
Details about a custom plugin.
customPlugin - Details about a custom plugin.public String toString()
toString in class ObjectObject.toString()public PluginDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.