@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Connector extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Connector() |
Modifier and Type | Method and Description |
---|---|
Connector |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
Connector |
clearParametersEntries()
Removes all the entries added into Parameters.
|
Connector |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorArn()
The ARN of the connector.
|
String |
getId()
A descriptive or arbitrary ID for the connector.
|
Map<String,String> |
getParameters()
The parameters or configuration that the connector uses.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectorArn(String connectorArn)
The ARN of the connector.
|
void |
setId(String id)
A descriptive or arbitrary ID for the connector.
|
void |
setParameters(Map<String,String> parameters)
The parameters or configuration that the connector uses.
|
String |
toString()
Returns a string representation of this object.
|
Connector |
withConnectorArn(String connectorArn)
The ARN of the connector.
|
Connector |
withId(String id)
A descriptive or arbitrary ID for the connector.
|
Connector |
withParameters(Map<String,String> parameters)
The parameters or configuration that the connector uses.
|
public void setConnectorArn(String connectorArn)
connectorArn
- The ARN of the connector.public String getConnectorArn()
public Connector withConnectorArn(String connectorArn)
connectorArn
- The ARN of the connector.public void setId(String id)
id
- A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition
version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.public String getId()
public Connector withId(String id)
id
- A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition
version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.public Map<String,String> getParameters()
public void setParameters(Map<String,String> parameters)
parameters
- The parameters or configuration that the connector uses.public Connector withParameters(Map<String,String> parameters)
parameters
- The parameters or configuration that the connector uses.public Connector addParametersEntry(String key, String value)
public Connector clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.