@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLakeUpdateException extends Object implements Serializable, Cloneable, StructuredPojo
The details of the last UpdateDataLake
or DeleteDataLake
API request which failed.
Constructor and Description |
---|
DataLakeUpdateException() |
Modifier and Type | Method and Description |
---|---|
DataLakeUpdateException |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The reason code for the exception of the last
UpdateDataLake or DeleteDataLake API
request. |
String |
getReason()
The reason for the exception of the last
UpdateDataLake or DeleteDataLake API request. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
The reason code for the exception of the last
UpdateDataLake or DeleteDataLake API
request. |
void |
setReason(String reason)
The reason for the exception of the last
UpdateDataLake or DeleteDataLake API request. |
String |
toString()
Returns a string representation of this object.
|
DataLakeUpdateException |
withCode(String code)
The reason code for the exception of the last
UpdateDataLake or DeleteDataLake API
request. |
DataLakeUpdateException |
withReason(String reason)
The reason for the exception of the last
UpdateDataLake or DeleteDataLake API request. |
public void setCode(String code)
The reason code for the exception of the last UpdateDataLake
or DeleteDataLake
API
request.
code
- The reason code for the exception of the last UpdateDataLake
or DeleteDataLake
API request.public String getCode()
The reason code for the exception of the last UpdateDataLake
or DeleteDataLake
API
request.
UpdateDataLake
or DeleteDataLake
API request.public DataLakeUpdateException withCode(String code)
The reason code for the exception of the last UpdateDataLake
or DeleteDataLake
API
request.
code
- The reason code for the exception of the last UpdateDataLake
or DeleteDataLake
API request.public void setReason(String reason)
The reason for the exception of the last UpdateDataLake
or DeleteDataLake
API request.
reason
- The reason for the exception of the last UpdateDataLake
or DeleteDataLake
API
request.public String getReason()
The reason for the exception of the last UpdateDataLake
or DeleteDataLake
API request.
UpdateDataLake
or DeleteDataLake
API
request.public DataLakeUpdateException withReason(String reason)
The reason for the exception of the last UpdateDataLake
or DeleteDataLake
API request.
reason
- The reason for the exception of the last UpdateDataLake
or DeleteDataLake
API
request.public String toString()
toString
in class Object
Object.toString()
public DataLakeUpdateException clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.