@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectorDetail extends Object implements Serializable, Cloneable, StructuredPojo
Information about the registered connector.
Constructor and Description |
---|
ConnectorDetail() |
Modifier and Type | Method and Description |
---|---|
ConnectorDetail |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationType()
The application type of the connector.
|
String |
getConnectorDescription()
A description about the registered connector.
|
String |
getConnectorLabel()
A label used for the connector.
|
List<String> |
getConnectorModes()
The connection mode that the connector supports.
|
String |
getConnectorName()
The name of the connector.
|
String |
getConnectorOwner()
The owner of the connector.
|
String |
getConnectorProvisioningType()
The provisioning type that the connector uses.
|
String |
getConnectorType()
The connector type.
|
String |
getConnectorVersion()
The connector version.
|
Date |
getRegisteredAt()
The time at which the connector was registered.
|
String |
getRegisteredBy()
The user who registered the connector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationType(String applicationType)
The application type of the connector.
|
void |
setConnectorDescription(String connectorDescription)
A description about the registered connector.
|
void |
setConnectorLabel(String connectorLabel)
A label used for the connector.
|
void |
setConnectorModes(Collection<String> connectorModes)
The connection mode that the connector supports.
|
void |
setConnectorName(String connectorName)
The name of the connector.
|
void |
setConnectorOwner(String connectorOwner)
The owner of the connector.
|
void |
setConnectorProvisioningType(String connectorProvisioningType)
The provisioning type that the connector uses.
|
void |
setConnectorType(String connectorType)
The connector type.
|
void |
setConnectorVersion(String connectorVersion)
The connector version.
|
void |
setRegisteredAt(Date registeredAt)
The time at which the connector was registered.
|
void |
setRegisteredBy(String registeredBy)
The user who registered the connector.
|
String |
toString()
Returns a string representation of this object.
|
ConnectorDetail |
withApplicationType(String applicationType)
The application type of the connector.
|
ConnectorDetail |
withConnectorDescription(String connectorDescription)
A description about the registered connector.
|
ConnectorDetail |
withConnectorLabel(String connectorLabel)
A label used for the connector.
|
ConnectorDetail |
withConnectorModes(Collection<String> connectorModes)
The connection mode that the connector supports.
|
ConnectorDetail |
withConnectorModes(String... connectorModes)
The connection mode that the connector supports.
|
ConnectorDetail |
withConnectorName(String connectorName)
The name of the connector.
|
ConnectorDetail |
withConnectorOwner(String connectorOwner)
The owner of the connector.
|
ConnectorDetail |
withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type that the connector uses.
|
ConnectorDetail |
withConnectorProvisioningType(String connectorProvisioningType)
The provisioning type that the connector uses.
|
ConnectorDetail |
withConnectorType(ConnectorType connectorType)
The connector type.
|
ConnectorDetail |
withConnectorType(String connectorType)
The connector type.
|
ConnectorDetail |
withConnectorVersion(String connectorVersion)
The connector version.
|
ConnectorDetail |
withRegisteredAt(Date registeredAt)
The time at which the connector was registered.
|
ConnectorDetail |
withRegisteredBy(String registeredBy)
The user who registered the connector.
|
public void setConnectorDescription(String connectorDescription)
A description about the registered connector.
connectorDescription
- A description about the registered connector.public String getConnectorDescription()
A description about the registered connector.
public ConnectorDetail withConnectorDescription(String connectorDescription)
A description about the registered connector.
connectorDescription
- A description about the registered connector.public void setConnectorName(String connectorName)
The name of the connector.
connectorName
- The name of the connector.public String getConnectorName()
The name of the connector.
public ConnectorDetail withConnectorName(String connectorName)
The name of the connector.
connectorName
- The name of the connector.public void setConnectorOwner(String connectorOwner)
The owner of the connector.
connectorOwner
- The owner of the connector.public String getConnectorOwner()
The owner of the connector.
public ConnectorDetail withConnectorOwner(String connectorOwner)
The owner of the connector.
connectorOwner
- The owner of the connector.public void setConnectorVersion(String connectorVersion)
The connector version.
connectorVersion
- The connector version.public String getConnectorVersion()
The connector version.
public ConnectorDetail withConnectorVersion(String connectorVersion)
The connector version.
connectorVersion
- The connector version.public void setApplicationType(String applicationType)
The application type of the connector.
applicationType
- The application type of the connector.public String getApplicationType()
The application type of the connector.
public ConnectorDetail withApplicationType(String applicationType)
The application type of the connector.
applicationType
- The application type of the connector.public void setConnectorType(String connectorType)
The connector type.
connectorType
- The connector type.ConnectorType
public String getConnectorType()
The connector type.
ConnectorType
public ConnectorDetail withConnectorType(String connectorType)
The connector type.
connectorType
- The connector type.ConnectorType
public ConnectorDetail withConnectorType(ConnectorType connectorType)
The connector type.
connectorType
- The connector type.ConnectorType
public void setConnectorLabel(String connectorLabel)
A label used for the connector.
connectorLabel
- A label used for the connector.public String getConnectorLabel()
A label used for the connector.
public ConnectorDetail withConnectorLabel(String connectorLabel)
A label used for the connector.
connectorLabel
- A label used for the connector.public void setRegisteredAt(Date registeredAt)
The time at which the connector was registered.
registeredAt
- The time at which the connector was registered.public Date getRegisteredAt()
The time at which the connector was registered.
public ConnectorDetail withRegisteredAt(Date registeredAt)
The time at which the connector was registered.
registeredAt
- The time at which the connector was registered.public void setRegisteredBy(String registeredBy)
The user who registered the connector.
registeredBy
- The user who registered the connector.public String getRegisteredBy()
The user who registered the connector.
public ConnectorDetail withRegisteredBy(String registeredBy)
The user who registered the connector.
registeredBy
- The user who registered the connector.public void setConnectorProvisioningType(String connectorProvisioningType)
The provisioning type that the connector uses.
connectorProvisioningType
- The provisioning type that the connector uses.ConnectorProvisioningType
public String getConnectorProvisioningType()
The provisioning type that the connector uses.
ConnectorProvisioningType
public ConnectorDetail withConnectorProvisioningType(String connectorProvisioningType)
The provisioning type that the connector uses.
connectorProvisioningType
- The provisioning type that the connector uses.ConnectorProvisioningType
public ConnectorDetail withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type that the connector uses.
connectorProvisioningType
- The provisioning type that the connector uses.ConnectorProvisioningType
public List<String> getConnectorModes()
The connection mode that the connector supports.
public void setConnectorModes(Collection<String> connectorModes)
The connection mode that the connector supports.
connectorModes
- The connection mode that the connector supports.public ConnectorDetail withConnectorModes(String... connectorModes)
The connection mode that the connector supports.
NOTE: This method appends the values to the existing list (if any). Use
setConnectorModes(java.util.Collection)
or withConnectorModes(java.util.Collection)
if you want
to override the existing values.
connectorModes
- The connection mode that the connector supports.public ConnectorDetail withConnectorModes(Collection<String> connectorModes)
The connection mode that the connector supports.
connectorModes
- The connection mode that the connector supports.public String toString()
toString
in class Object
Object.toString()
public ConnectorDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.