@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxChangesetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetKxChangesetResult() |
Modifier and Type | Method and Description |
---|---|
GetKxChangesetResult |
clone() |
boolean |
equals(Object obj) |
Date |
getActiveFromTimestamp()
Beginning time from which the changeset is active.
|
List<ChangeRequest> |
getChangeRequests()
A list of change request objects that are run in order.
|
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()
Provides details in the event of a failed flow, including the error type and the related error message.
|
Date |
getLastModifiedTimestamp()
The timestamp at which the changeset was updated in FinSpace.
|
String |
getStatus()
Status of the changeset creation process.
|
int |
hashCode() |
void |
setActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active.
|
void |
setChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change request objects that are run in order.
|
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)
Provides details in the event of a failed flow, including the error type and the related error message.
|
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.
|
GetKxChangesetResult |
withActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active.
|
GetKxChangesetResult |
withChangeRequests(ChangeRequest... changeRequests)
A list of change request objects that are run in order.
|
GetKxChangesetResult |
withChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change request objects that are run in order.
|
GetKxChangesetResult |
withChangesetId(String changesetId)
A unique identifier for the changeset.
|
GetKxChangesetResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
GetKxChangesetResult |
withDatabaseName(String databaseName)
The name of the kdb database.
|
GetKxChangesetResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxChangesetResult |
withErrorInfo(ErrorInfo errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
|
GetKxChangesetResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was updated in FinSpace.
|
GetKxChangesetResult |
withStatus(ChangesetStatus status)
Status of the changeset creation process.
|
GetKxChangesetResult |
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 GetKxChangesetResult 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 GetKxChangesetResult 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 GetKxChangesetResult 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 request objects that are run in order.
public void setChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change request objects that are run in order.
changeRequests
- A list of change request objects that are run in order.public GetKxChangesetResult withChangeRequests(ChangeRequest... changeRequests)
A list of change request objects that are run in order.
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 request objects that are run in order.public GetKxChangesetResult withChangeRequests(Collection<ChangeRequest> changeRequests)
A list of change request objects that are run in order.
changeRequests
- A list of change request objects that are run in order.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 GetKxChangesetResult 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 setActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active. 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.
activeFromTimestamp
- Beginning time from which the changeset is active. 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 getActiveFromTimestamp()
Beginning time from which the changeset is active. 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 GetKxChangesetResult withActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active. 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.
activeFromTimestamp
- Beginning time from which the changeset is active. 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 GetKxChangesetResult 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 GetKxChangesetResult 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 GetKxChangesetResult 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)
Provides details in the event of a failed flow, including the error type and the related error message.
errorInfo
- Provides details in the event of a failed flow, including the error type and the related error message.public ErrorInfo getErrorInfo()
Provides details in the event of a failed flow, including the error type and the related error message.
public GetKxChangesetResult withErrorInfo(ErrorInfo errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
errorInfo
- Provides details in the event of a failed flow, including the error type and the related error message.public String toString()
toString
in class Object
Object.toString()
public GetKxChangesetResult clone()