@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectDeletionError extends Object implements Serializable, Cloneable, StructuredPojo
Error that occurred during project deletion
| Constructor and Description |
|---|
ProjectDeletionError() |
| Modifier and Type | Method and Description |
|---|---|
ProjectDeletionError |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
Project Deletion Error Code
|
String |
getMessage()
Project Deletion Error Message
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCode(String code)
Project Deletion Error Code
|
void |
setMessage(String message)
Project Deletion Error Message
|
String |
toString()
Returns a string representation of this object.
|
ProjectDeletionError |
withCode(String code)
Project Deletion Error Code
|
ProjectDeletionError |
withMessage(String message)
Project Deletion Error Message
|
public void setCode(String code)
Project Deletion Error Code
code - Project Deletion Error Codepublic String getCode()
Project Deletion Error Code
public ProjectDeletionError withCode(String code)
Project Deletion Error Code
code - Project Deletion Error Codepublic void setMessage(String message)
Project Deletion Error Message
message - Project Deletion Error Messagepublic String getMessage()
Project Deletion Error Message
public ProjectDeletionError withMessage(String message)
Project Deletion Error Message
message - Project Deletion Error Messagepublic String toString()
toString in class ObjectObject.toString()public ProjectDeletionError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.