@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, withSdkRequestTimeout
public 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. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions''
requests. If the version is the last one that was associated with a connector definition, the value also
maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String getConnectorDefinitionVersionId()
public GetConnectorDefinitionVersionRequest withConnectorDefinitionVersionId(String connectorDefinitionVersionId)
connectorDefinitionVersionId
- The ID of the connector definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions''
requests. If the version is the last one that was associated with a connector definition, the value also
maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.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 Object
Object.toString()
public GetConnectorDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()