@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LastUpdateFailure extends Object implements Serializable, Cloneable, StructuredPojo
The details of the last UpdateDatalake or DeleteDatalake API request which failed.
| Constructor and Description |
|---|
LastUpdateFailure() |
| Modifier and Type | Method and Description |
|---|---|
LastUpdateFailure |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The reason code for the failure of the last
UpdateDatalake or DeleteDatalake API
request. |
String |
getReason()
The reason for the failure of the last
UpdateDatalakeor DeleteDatalake API request. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCode(String code)
The reason code for the failure of the last
UpdateDatalake or DeleteDatalake API
request. |
void |
setReason(String reason)
The reason for the failure of the last
UpdateDatalakeor DeleteDatalake API request. |
String |
toString()
Returns a string representation of this object.
|
LastUpdateFailure |
withCode(String code)
The reason code for the failure of the last
UpdateDatalake or DeleteDatalake API
request. |
LastUpdateFailure |
withReason(String reason)
The reason for the failure of the last
UpdateDatalakeor DeleteDatalake API request. |
public void setCode(String code)
The reason code for the failure of the last UpdateDatalake or DeleteDatalake API
request.
code - The reason code for the failure of the last UpdateDatalake or DeleteDatalake API
request.public String getCode()
The reason code for the failure of the last UpdateDatalake or DeleteDatalake API
request.
UpdateDatalake or DeleteDatalake
API request.public LastUpdateFailure withCode(String code)
The reason code for the failure of the last UpdateDatalake or DeleteDatalake API
request.
code - The reason code for the failure of the last UpdateDatalake or DeleteDatalake API
request.public void setReason(String reason)
The reason for the failure of the last UpdateDatalakeor DeleteDatalake API request.
reason - The reason for the failure of the last UpdateDatalakeor DeleteDatalake API
request.public String getReason()
The reason for the failure of the last UpdateDatalakeor DeleteDatalake API request.
UpdateDatalakeor DeleteDatalake API
request.public LastUpdateFailure withReason(String reason)
The reason for the failure of the last UpdateDatalakeor DeleteDatalake API request.
reason - The reason for the failure of the last UpdateDatalakeor DeleteDatalake API
request.public String toString()
toString in class ObjectObject.toString()public LastUpdateFailure clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.