@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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 AWS 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 AWS 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 AWS Account. |
addHandlerContext, 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 AWS Account.
connectorProfileName - The name of the connector profile and is unique for each ConnectorProfile in the AWS Account.public String getConnectorProfileName()
The name of the connector profile and is unique for each ConnectorProfile in the AWS Account.
ConnectorProfile in the AWS
Account.public UpdateConnectorProfileRequest withConnectorProfileName(String connectorProfileName)
The name of the connector profile and is unique for each ConnectorProfile in the AWS Account.
connectorProfileName - The name of the connector profile and is unique for each ConnectorProfile in the AWS 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()