@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomConnectorProfileProperties extends Object implements Serializable, Cloneable, StructuredPojo
The profile properties required by the custom connector.
| Constructor and Description |
|---|
CustomConnectorProfileProperties() |
| Modifier and Type | Method and Description |
|---|---|
CustomConnectorProfileProperties |
addProfilePropertiesEntry(String key,
String value)
Add a single ProfileProperties entry
|
CustomConnectorProfileProperties |
clearProfilePropertiesEntries()
Removes all the entries added into ProfileProperties.
|
CustomConnectorProfileProperties |
clone() |
boolean |
equals(Object obj) |
OAuth2Properties |
getOAuth2Properties() |
Map<String,String> |
getProfileProperties()
A map of properties that are required to create a profile for the custom connector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOAuth2Properties(OAuth2Properties oAuth2Properties) |
void |
setProfileProperties(Map<String,String> profileProperties)
A map of properties that are required to create a profile for the custom connector.
|
String |
toString()
Returns a string representation of this object.
|
CustomConnectorProfileProperties |
withOAuth2Properties(OAuth2Properties oAuth2Properties) |
CustomConnectorProfileProperties |
withProfileProperties(Map<String,String> profileProperties)
A map of properties that are required to create a profile for the custom connector.
|
public Map<String,String> getProfileProperties()
A map of properties that are required to create a profile for the custom connector.
public void setProfileProperties(Map<String,String> profileProperties)
A map of properties that are required to create a profile for the custom connector.
profileProperties - A map of properties that are required to create a profile for the custom connector.public CustomConnectorProfileProperties withProfileProperties(Map<String,String> profileProperties)
A map of properties that are required to create a profile for the custom connector.
profileProperties - A map of properties that are required to create a profile for the custom connector.public CustomConnectorProfileProperties addProfilePropertiesEntry(String key, String value)
public CustomConnectorProfileProperties clearProfilePropertiesEntries()
public void setOAuth2Properties(OAuth2Properties oAuth2Properties)
oAuth2Properties - public OAuth2Properties getOAuth2Properties()
public CustomConnectorProfileProperties withOAuth2Properties(OAuth2Properties oAuth2Properties)
oAuth2Properties - public String toString()
toString in class ObjectObject.toString()public CustomConnectorProfileProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.