@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 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, 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, withSdkRequestTimeout
public 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.ConnectionMode
public String getConnectionMode()
Indicates the connection mode and if it is public or private.
ConnectionMode
public 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.ConnectionMode
public 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.ConnectionMode
public 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 Object
Object.toString()
public UpdateConnectorProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()