@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectorDefinitionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetConnectorDefinitionVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetConnectorDefinitionVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the connector definition version.
|
String |
getCreationTimestamp()
The time, in milliseconds since the epoch, when the connector definition version was created.
|
ConnectorDefinitionVersion |
getDefinition()
Information about the connector definition version.
|
String |
getId()
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.
|
String |
getVersion()
The version of the connector definition version.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the connector definition version.
|
void |
setCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the connector definition version was created.
|
void |
setDefinition(ConnectorDefinitionVersion definition)
Information about the connector definition version.
|
void |
setId(String id)
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.
|
void |
setVersion(String version)
The version of the connector definition version.
|
String |
toString()
Returns a string representation of this object.
|
GetConnectorDefinitionVersionResult |
withArn(String arn)
The ARN of the connector definition version.
|
GetConnectorDefinitionVersionResult |
withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the connector definition version was created.
|
GetConnectorDefinitionVersionResult |
withDefinition(ConnectorDefinitionVersion definition)
Information about the connector definition version.
|
GetConnectorDefinitionVersionResult |
withId(String id)
The ID of the connector definition version.
|
GetConnectorDefinitionVersionResult |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetConnectorDefinitionVersionResult |
withVersion(String version)
The version of the connector definition version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The ARN of the connector definition version.public String getArn()
public GetConnectorDefinitionVersionResult withArn(String arn)
arn
- The ARN of the connector definition version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the connector definition version was created.public String getCreationTimestamp()
public GetConnectorDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the connector definition version was created.public void setDefinition(ConnectorDefinitionVersion definition)
definition
- Information about the connector definition version.public ConnectorDefinitionVersion getDefinition()
public GetConnectorDefinitionVersionResult withDefinition(ConnectorDefinitionVersion definition)
definition
- Information about the connector definition version.public void setId(String id)
id
- The ID of the connector definition version.public String getId()
public GetConnectorDefinitionVersionResult withId(String id)
id
- 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 GetConnectorDefinitionVersionResult withNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public void setVersion(String version)
version
- The version of the connector definition version.public String getVersion()
public GetConnectorDefinitionVersionResult withVersion(String version)
version
- The version of the connector definition version.public String toString()
toString
in class Object
Object.toString()
public GetConnectorDefinitionVersionResult clone()