@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectorDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateConnectorDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConnectorDefinitionRequest |
addTagsEntry(String key,
String value) |
CreateConnectorDefinitionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateConnectorDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAmznClientToken()
A client token used to correlate requests and responses.
|
ConnectorDefinitionVersion |
getInitialVersion()
Information about the initial version of the connector definition.
|
String |
getName()
The name of the connector definition.
|
Map<String,String> |
getTags()
Tag(s) to add to the new resource.
|
int |
hashCode() |
void |
setAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
void |
setInitialVersion(ConnectorDefinitionVersion initialVersion)
Information about the initial version of the connector definition.
|
void |
setName(String name)
The name of the connector definition.
|
void |
setTags(Map<String,String> tags)
Tag(s) to add to the new resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectorDefinitionRequest |
withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateConnectorDefinitionRequest |
withInitialVersion(ConnectorDefinitionVersion initialVersion)
Information about the initial version of the connector definition.
|
CreateConnectorDefinitionRequest |
withName(String name)
The name of the connector definition.
|
CreateConnectorDefinitionRequest |
withTags(Map<String,String> tags)
Tag(s) to add to the new resource.
|
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 setAmznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.public String getAmznClientToken()
public CreateConnectorDefinitionRequest withAmznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.public void setInitialVersion(ConnectorDefinitionVersion initialVersion)
initialVersion
- Information about the initial version of the connector definition.public ConnectorDefinitionVersion getInitialVersion()
public CreateConnectorDefinitionRequest withInitialVersion(ConnectorDefinitionVersion initialVersion)
initialVersion
- Information about the initial version of the connector definition.public void setName(String name)
name
- The name of the connector definition.public String getName()
public CreateConnectorDefinitionRequest withName(String name)
name
- The name of the connector definition.public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags
- Tag(s) to add to the new resource.public CreateConnectorDefinitionRequest withTags(Map<String,String> tags)
tags
- Tag(s) to add to the new resource.public CreateConnectorDefinitionRequest addTagsEntry(String key, String value)
public CreateConnectorDefinitionRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateConnectorDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.