@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectorProfileConfig extends Object implements Serializable, Cloneable, StructuredPojo
Defines the connector-specific configuration and credentials for the connector profile.
Constructor and Description |
---|
ConnectorProfileConfig() |
Modifier and Type | Method and Description |
---|---|
ConnectorProfileConfig |
clone() |
boolean |
equals(Object obj) |
ConnectorProfileCredentials |
getConnectorProfileCredentials()
The connector-specific credentials required by each connector.
|
ConnectorProfileProperties |
getConnectorProfileProperties()
The connector-specific properties of the profile configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectorProfileCredentials(ConnectorProfileCredentials connectorProfileCredentials)
The connector-specific credentials required by each connector.
|
void |
setConnectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
String |
toString()
Returns a string representation of this object.
|
ConnectorProfileConfig |
withConnectorProfileCredentials(ConnectorProfileCredentials connectorProfileCredentials)
The connector-specific credentials required by each connector.
|
ConnectorProfileConfig |
withConnectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
public void setConnectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
connectorProfileProperties
- The connector-specific properties of the profile configuration.public ConnectorProfileProperties getConnectorProfileProperties()
The connector-specific properties of the profile configuration.
public ConnectorProfileConfig withConnectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
connectorProfileProperties
- The connector-specific properties of the profile configuration.public void setConnectorProfileCredentials(ConnectorProfileCredentials connectorProfileCredentials)
The connector-specific credentials required by each connector.
connectorProfileCredentials
- The connector-specific credentials required by each connector.public ConnectorProfileCredentials getConnectorProfileCredentials()
The connector-specific credentials required by each connector.
public ConnectorProfileConfig withConnectorProfileCredentials(ConnectorProfileCredentials connectorProfileCredentials)
The connector-specific credentials required by each connector.
connectorProfileCredentials
- The connector-specific credentials required by each connector.public String toString()
toString
in class Object
Object.toString()
public ConnectorProfileConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.