@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectorDefinitionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateConnectorDefinitionVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateConnectorDefinitionVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the version.
|
String |
getCreationTimestamp()
The time, in milliseconds since the epoch, when the version was created.
|
String |
getId()
The ID of the parent definition that the version is associated with.
|
String |
getVersion()
The ID of the version.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the version.
|
void |
setCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
void |
setId(String id)
The ID of the parent definition that the version is associated with.
|
void |
setVersion(String version)
The ID of the version.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectorDefinitionVersionResult |
withArn(String arn)
The ARN of the version.
|
CreateConnectorDefinitionVersionResult |
withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
CreateConnectorDefinitionVersionResult |
withId(String id)
The ID of the parent definition that the version is associated with.
|
CreateConnectorDefinitionVersionResult |
withVersion(String version)
The ID of the version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateConnectorDefinitionVersionResult()
public void setArn(String arn)
arn
- The ARN of the version.public String getArn()
public CreateConnectorDefinitionVersionResult withArn(String arn)
arn
- The ARN of the version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the version was created.public String getCreationTimestamp()
public CreateConnectorDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the version was created.public void setId(String id)
id
- The ID of the parent definition that the version is associated with.public String getId()
public CreateConnectorDefinitionVersionResult withId(String id)
id
- The ID of the parent definition that the version is associated with.public void setVersion(String version)
version
- The ID of the version.public String getVersion()
public CreateConnectorDefinitionVersionResult withVersion(String version)
version
- The ID of the version.public String toString()
toString
in class Object
Object.toString()
public CreateConnectorDefinitionVersionResult clone()