@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageConfigError extends Object implements Serializable, Cloneable, StructuredPojo
 Error response to GetFunctionConfiguration.
 
| Constructor and Description | 
|---|
ImageConfigError()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImageConfigError | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getErrorCode()
 Error code. 
 | 
String | 
getMessage()
 Error message. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setErrorCode(String errorCode)
 Error code. 
 | 
void | 
setMessage(String message)
 Error message. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ImageConfigError | 
withErrorCode(String errorCode)
 Error code. 
 | 
ImageConfigError | 
withMessage(String message)
 Error message. 
 | 
public void setErrorCode(String errorCode)
Error code.
errorCode - Error code.public String getErrorCode()
Error code.
public ImageConfigError withErrorCode(String errorCode)
Error code.
errorCode - Error code.public void setMessage(String message)
Error message.
message - Error message.public String getMessage()
Error message.
public ImageConfigError withMessage(String message)
Error message.
message - Error message.public String toString()
toString in class ObjectObject.toString()public ImageConfigError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.