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