@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxChangesetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateKxChangesetResult() |
Modifier and Type | Method and Description |
---|---|
CreateKxChangesetResult |
clone() |
boolean |
equals(Object obj) |
List<ChangeRequest> |
getChangeRequests()
A list of change requests.
|
String |
getChangesetId()
A unique identifier for the changeset.
|
Date |
getCreatedTimestamp()
The timestamp at which the changeset was created in FinSpace.
|
String |
getDatabaseName()
The name of the kdb database.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
ErrorInfo |
getErrorInfo()
The details of the error that you receive when creating a changeset.
|
Date |
getLastModifiedTimestamp()
The timestamp at which the changeset was updated in FinSpace.
|
String |
getStatus()
Status of the changeset creation process.
|
int |
hashCode() |
void |
setChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change requests.
|
void |
setChangesetId(String changesetId)
A unique identifier for the changeset.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
void |
setDatabaseName(String databaseName)
The name of the kdb database.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setErrorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was updated in FinSpace.
|
void |
setStatus(String status)
Status of the changeset creation process.
|
String |
toString()
Returns a string representation of this object.
|
CreateKxChangesetResult |
withChangeRequests(ChangeRequest... changeRequests)
A list of change requests.
|
CreateKxChangesetResult |
withChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change requests.
|
CreateKxChangesetResult |
withChangesetId(String changesetId)
A unique identifier for the changeset.
|
CreateKxChangesetResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
CreateKxChangesetResult |
withDatabaseName(String databaseName)
The name of the kdb database.
|
CreateKxChangesetResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxChangesetResult |
withErrorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset.
|
CreateKxChangesetResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was updated in FinSpace.
|
CreateKxChangesetResult |
withStatus(ChangesetStatus status)
Status of the changeset creation process.
|
CreateKxChangesetResult |
withStatus(String status)
Status of the changeset creation process.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangesetId(String changesetId)
A unique identifier for the changeset.
changesetId
- A unique identifier for the changeset.public String getChangesetId()
A unique identifier for the changeset.
public CreateKxChangesetResult withChangesetId(String changesetId)
A unique identifier for the changeset.
changesetId
- A unique identifier for the changeset.public void setDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.public String getDatabaseName()
The name of the kdb database.
public CreateKxChangesetResult withDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public CreateKxChangesetResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public List<ChangeRequest> getChangeRequests()
A list of change requests.
public void setChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change requests.
changeRequests
- A list of change requests.public CreateKxChangesetResult withChangeRequests(ChangeRequest... changeRequests)
A list of change requests.
NOTE: This method appends the values to the existing list (if any). Use
setChangeRequests(java.util.Collection)
or withChangeRequests(java.util.Collection)
if you want
to override the existing values.
changeRequests
- A list of change requests.public CreateKxChangesetResult withChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change requests.
changeRequests
- A list of change requests.public void setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp
- The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public Date getCreatedTimestamp()
The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public CreateKxChangesetResult withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp
- The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public void setLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp
- The timestamp at which the changeset was updated in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public Date getLastModifiedTimestamp()
The timestamp at which the changeset was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public CreateKxChangesetResult withLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp
- The timestamp at which the changeset was updated in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public void setStatus(String status)
Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status
- Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public String getStatus()
Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public CreateKxChangesetResult withStatus(String status)
Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status
- Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public CreateKxChangesetResult withStatus(ChangesetStatus status)
Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status
- Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public void setErrorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.
errorInfo
- The details of the error that you receive when creating a changeset. It consists of the type of error and
the error message.public ErrorInfo getErrorInfo()
The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.
public CreateKxChangesetResult withErrorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.
errorInfo
- The details of the error that you receive when creating a changeset. It consists of the type of error and
the error message.public String toString()
toString
in class Object
Object.toString()
public CreateKxChangesetResult clone()