@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectorDefinitionVersion extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ConnectorDefinitionVersion() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorDefinitionVersion |
clone() |
boolean |
equals(Object obj) |
List<Connector> |
getConnectors()
A list of references to connectors in this version, with their corresponding configuration settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConnectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
String |
toString()
Returns a string representation of this object.
|
ConnectorDefinitionVersion |
withConnectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
ConnectorDefinitionVersion |
withConnectors(Connector... connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
public List<Connector> getConnectors()
public void setConnectors(Collection<Connector> connectors)
connectors - A list of references to connectors in this version, with their corresponding configuration settings.public ConnectorDefinitionVersion withConnectors(Connector... connectors)
NOTE: This method appends the values to the existing list (if any). Use
setConnectors(java.util.Collection) or withConnectors(java.util.Collection) if you want to
override the existing values.
connectors - A list of references to connectors in this version, with their corresponding configuration settings.public ConnectorDefinitionVersion withConnectors(Collection<Connector> connectors)
connectors - A list of references to connectors in this version, with their corresponding configuration settings.public String toString()
toString in class ObjectObject.toString()public ConnectorDefinitionVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.