@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomPlugin extends Object implements Serializable, Cloneable, StructuredPojo
A plugin is an AWS resource that contains the code that defines a connector's logic.
Constructor and Description |
---|
CustomPlugin() |
Modifier and Type | Method and Description |
---|---|
CustomPlugin |
clone() |
boolean |
equals(Object obj) |
String |
getCustomPluginArn()
The Amazon Resource Name (ARN) of the custom plugin.
|
Long |
getRevision()
The revision of the custom plugin.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
|
void |
setRevision(Long revision)
The revision of the custom plugin.
|
String |
toString()
Returns a string representation of this object.
|
CustomPlugin |
withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
|
CustomPlugin |
withRevision(Long revision)
The revision of the custom plugin.
|
public void setCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin.public String getCustomPluginArn()
The Amazon Resource Name (ARN) of the custom plugin.
public CustomPlugin withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin.public void setRevision(Long revision)
The revision of the custom plugin.
revision
- The revision of the custom plugin.public Long getRevision()
The revision of the custom plugin.
public CustomPlugin withRevision(Long revision)
The revision of the custom plugin.
revision
- The revision of the custom plugin.public String toString()
toString
in class Object
Object.toString()
public CustomPlugin clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.