@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectorRegistrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConnectorRegistrationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectorRegistrationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectorLabel()
The name of the connector.
|
ConnectorProvisioningConfig |
getConnectorProvisioningConfig() |
String |
getDescription()
A description about the update that you're applying to the connector.
|
int |
hashCode() |
void |
setConnectorLabel(String connectorLabel)
The name of the connector.
|
void |
setConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig) |
void |
setDescription(String description)
A description about the update that you're applying to the connector.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectorRegistrationRequest |
withConnectorLabel(String connectorLabel)
The name of the connector.
|
UpdateConnectorRegistrationRequest |
withConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig) |
UpdateConnectorRegistrationRequest |
withDescription(String description)
A description about the update that you're applying to the connector.
|
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 setConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each connector registration in your AWS account.
connectorLabel
- The name of the connector. The name is unique for each connector registration in your AWS account.public String getConnectorLabel()
The name of the connector. The name is unique for each connector registration in your AWS account.
public UpdateConnectorRegistrationRequest withConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each connector registration in your AWS account.
connectorLabel
- The name of the connector. The name is unique for each connector registration in your AWS account.public void setDescription(String description)
A description about the update that you're applying to the connector.
description
- A description about the update that you're applying to the connector.public String getDescription()
A description about the update that you're applying to the connector.
public UpdateConnectorRegistrationRequest withDescription(String description)
A description about the update that you're applying to the connector.
description
- A description about the update that you're applying to the connector.public void setConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
connectorProvisioningConfig
- public ConnectorProvisioningConfig getConnectorProvisioningConfig()
public UpdateConnectorRegistrationRequest withConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
connectorProvisioningConfig
- public String toString()
toString
in class Object
Object.toString()
public UpdateConnectorRegistrationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()