@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectorProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateConnectorProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectorProfileRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionMode()
Indicates the connection mode and if it is public or private.
|
ConnectorProfileConfig |
getConnectorProfileConfig()
Defines the connector-specific profile configuration and credentials.
|
String |
getConnectorProfileName()
The name of the connector profile and is unique for each
ConnectorProfile in the Amazon Web Services
account. |
int |
hashCode() |
void |
setConnectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
void |
setConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific profile configuration and credentials.
|
void |
setConnectorProfileName(String connectorProfileName)
The name of the connector profile and is unique for each
ConnectorProfile in the Amazon Web Services
account. |
String |
toString()
Returns a string representation of this object.
|
UpdateConnectorProfileRequest |
withConnectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
UpdateConnectorProfileRequest |
withConnectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
UpdateConnectorProfileRequest |
withConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific profile configuration and credentials.
|
UpdateConnectorProfileRequest |
withConnectorProfileName(String connectorProfileName)
The name of the connector profile and is unique for each
ConnectorProfile in the Amazon Web Services
account. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConnectorProfileName(String connectorProfileName)
The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services
account.
connectorProfileName - The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web
Services account.public String getConnectorProfileName()
The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services
account.
ConnectorProfile in the Amazon Web
Services account.public UpdateConnectorProfileRequest withConnectorProfileName(String connectorProfileName)
The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services
account.
connectorProfileName - The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web
Services account.public void setConnectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
connectionMode - Indicates the connection mode and if it is public or private.ConnectionModepublic String getConnectionMode()
Indicates the connection mode and if it is public or private.
ConnectionModepublic UpdateConnectorProfileRequest withConnectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
connectionMode - Indicates the connection mode and if it is public or private.ConnectionModepublic UpdateConnectorProfileRequest withConnectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
connectionMode - Indicates the connection mode and if it is public or private.ConnectionModepublic void setConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific profile configuration and credentials.
connectorProfileConfig - Defines the connector-specific profile configuration and credentials.public ConnectorProfileConfig getConnectorProfileConfig()
Defines the connector-specific profile configuration and credentials.
public UpdateConnectorProfileRequest withConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific profile configuration and credentials.
connectorProfileConfig - Defines the connector-specific profile configuration and credentials.public String toString()
toString in class ObjectObject.toString()public UpdateConnectorProfileRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.