@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
UpdateDataLake or 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
UpdateDataLake or 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
UpdateDataLake or 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 UpdateDataLake
or DeleteDataLake
API request which failed.
exception
- The details of the last UpdateDataLake
or DeleteDataLake
API request which
failed.public DataLakeUpdateException getException()
The details of the last UpdateDataLake
or DeleteDataLake
API request which failed.
UpdateDataLake
or DeleteDataLake
API request which
failed.public DataLakeUpdateStatus withException(DataLakeUpdateException exception)
The details of the last UpdateDataLake
or DeleteDataLake
API request which failed.
exception
- The details of the last UpdateDataLake
or 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.DataLakeStatus
public String getStatus()
The status of the last UpdateDataLake
or DeleteDataLake
API request that was requested.
UpdateDataLake
or DeleteDataLake
API request that was
requested.DataLakeStatus
public 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.DataLakeStatus
public 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.DataLakeStatus
public String toString()
toString
in class Object
Object.toString()
public DataLakeUpdateStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.