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