@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectorDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetConnectorDefinitionVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetConnectorDefinitionVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectorDefinitionId()
The ID of the connector definition.
|
String |
getConnectorDefinitionVersionId()
The ID of the connector definition version.
|
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
int |
hashCode() |
void |
setConnectorDefinitionId(String connectorDefinitionId)
The ID of the connector definition.
|
void |
setConnectorDefinitionVersionId(String connectorDefinitionVersionId)
The ID of the connector definition version.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
GetConnectorDefinitionVersionRequest |
withConnectorDefinitionId(String connectorDefinitionId)
The ID of the connector definition.
|
GetConnectorDefinitionVersionRequest |
withConnectorDefinitionVersionId(String connectorDefinitionVersionId)
The ID of the connector definition version.
|
GetConnectorDefinitionVersionRequest |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
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 GetConnectorDefinitionVersionRequest()
public void setConnectorDefinitionId(String connectorDefinitionId)
connectorDefinitionId - The ID of the connector definition.public String getConnectorDefinitionId()
public GetConnectorDefinitionVersionRequest withConnectorDefinitionId(String connectorDefinitionId)
connectorDefinitionId - The ID of the connector definition.public void setConnectorDefinitionVersionId(String connectorDefinitionVersionId)
connectorDefinitionVersionId - The ID of the connector definition version.public String getConnectorDefinitionVersionId()
public GetConnectorDefinitionVersionRequest withConnectorDefinitionVersionId(String connectorDefinitionVersionId)
connectorDefinitionVersionId - The ID of the connector definition version.public void setNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public GetConnectorDefinitionVersionRequest withNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public String toString()
toString in class ObjectObject.toString()public GetConnectorDefinitionVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.