@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLakeUpdateStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the last UpdateDataLake or DeleteDataLake API request. This is set to
Completed after the configuration is updated, or removed if deletion of the data lake is successful.
| Constructor and Description |
|---|
DataLakeUpdateStatus() |
| Modifier and Type | Method and Description |
|---|---|
DataLakeUpdateStatus |
clone() |
boolean |
equals(Object obj) |
DataLakeUpdateException |
getException()
The details of the last
UpdateDataLakeor DeleteDataLake API request which failed. |
String |
getRequestId()
The unique ID for the last
UpdateDataLake or DeleteDataLake API request. |
String |
getStatus()
The status of the last
UpdateDataLake or DeleteDataLake API request that was requested. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setException(DataLakeUpdateException exception)
The details of the last
UpdateDataLakeor DeleteDataLake API request which failed. |
void |
setRequestId(String requestId)
The unique ID for the last
UpdateDataLake or DeleteDataLake API request. |
void |
setStatus(String status)
The status of the last
UpdateDataLake or DeleteDataLake API request that was requested. |
String |
toString()
Returns a string representation of this object.
|
DataLakeUpdateStatus |
withException(DataLakeUpdateException exception)
The details of the last
UpdateDataLakeor DeleteDataLake API request which failed. |
DataLakeUpdateStatus |
withRequestId(String requestId)
The unique ID for the last
UpdateDataLake or DeleteDataLake API request. |
DataLakeUpdateStatus |
withStatus(DataLakeStatus status)
The status of the last
UpdateDataLake or DeleteDataLake API request that was requested. |
DataLakeUpdateStatus |
withStatus(String status)
The status of the last
UpdateDataLake or DeleteDataLake API request that was requested. |
public void setException(DataLakeUpdateException exception)
The details of the last UpdateDataLakeor DeleteDataLake API request which failed.
exception - The details of the last UpdateDataLakeor DeleteDataLake API request which
failed.public DataLakeUpdateException getException()
The details of the last UpdateDataLakeor DeleteDataLake API request which failed.
UpdateDataLakeor DeleteDataLake API request which
failed.public DataLakeUpdateStatus withException(DataLakeUpdateException exception)
The details of the last UpdateDataLakeor DeleteDataLake API request which failed.
exception - The details of the last UpdateDataLakeor DeleteDataLake API request which
failed.public void setRequestId(String requestId)
The unique ID for the last UpdateDataLake or DeleteDataLake API request.
requestId - The unique ID for the last UpdateDataLake or DeleteDataLake API request.public String getRequestId()
The unique ID for the last UpdateDataLake or DeleteDataLake API request.
UpdateDataLake or DeleteDataLake API request.public DataLakeUpdateStatus withRequestId(String requestId)
The unique ID for the last UpdateDataLake or DeleteDataLake API request.
requestId - The unique ID for the last UpdateDataLake or DeleteDataLake API request.public void setStatus(String status)
The status of the last UpdateDataLake or DeleteDataLake API request that was requested.
status - The status of the last UpdateDataLake or DeleteDataLake API request that was
requested.DataLakeStatuspublic String getStatus()
The status of the last UpdateDataLake or DeleteDataLake API request that was requested.
UpdateDataLake or DeleteDataLake API request that was
requested.DataLakeStatuspublic DataLakeUpdateStatus withStatus(String status)
The status of the last UpdateDataLake or DeleteDataLake API request that was requested.
status - The status of the last UpdateDataLake or DeleteDataLake API request that was
requested.DataLakeStatuspublic DataLakeUpdateStatus withStatus(DataLakeStatus status)
The status of the last UpdateDataLake or DeleteDataLake API request that was requested.
status - The status of the last UpdateDataLake or DeleteDataLake API request that was
requested.DataLakeStatuspublic String toString()
toString in class ObjectObject.toString()public DataLakeUpdateStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.