@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotificationContext extends Object implements Serializable, Cloneable, StructuredPojo
Contains the status of validating an application.
Constructor and Description |
---|
NotificationContext() |
Modifier and Type | Method and Description |
---|---|
NotificationContext |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the validation.
|
String |
getStatusMessage()
The status message.
|
String |
getValidationId()
The ID of the validation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The status of the validation.
|
void |
setStatusMessage(String statusMessage)
The status message.
|
void |
setValidationId(String validationId)
The ID of the validation.
|
String |
toString()
Returns a string representation of this object.
|
NotificationContext |
withStatus(String status)
The status of the validation.
|
NotificationContext |
withStatus(ValidationStatus status)
The status of the validation.
|
NotificationContext |
withStatusMessage(String statusMessage)
The status message.
|
NotificationContext |
withValidationId(String validationId)
The ID of the validation.
|
public void setValidationId(String validationId)
The ID of the validation.
validationId
- The ID of the validation.public String getValidationId()
The ID of the validation.
public NotificationContext withValidationId(String validationId)
The ID of the validation.
validationId
- The ID of the validation.public void setStatus(String status)
The status of the validation.
status
- The status of the validation.ValidationStatus
public String getStatus()
The status of the validation.
ValidationStatus
public NotificationContext withStatus(String status)
The status of the validation.
status
- The status of the validation.ValidationStatus
public NotificationContext withStatus(ValidationStatus status)
The status of the validation.
status
- The status of the validation.ValidationStatus
public void setStatusMessage(String statusMessage)
The status message.
statusMessage
- The status message.public String getStatusMessage()
The status message.
public NotificationContext withStatusMessage(String statusMessage)
The status message.
statusMessage
- The status message.public String toString()
toString
in class Object
Object.toString()
public NotificationContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.