@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppValidationOutput extends Object implements Serializable, Cloneable, StructuredPojo
Output from validating an application.
| Constructor and Description |
|---|
AppValidationOutput() |
| Modifier and Type | Method and Description |
|---|---|
AppValidationOutput |
clone() |
boolean |
equals(Object obj) |
SSMOutput |
getSsmOutput()
Output from using SSM to validate the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSsmOutput(SSMOutput ssmOutput)
Output from using SSM to validate the application.
|
String |
toString()
Returns a string representation of this object.
|
AppValidationOutput |
withSsmOutput(SSMOutput ssmOutput)
Output from using SSM to validate the application.
|
public void setSsmOutput(SSMOutput ssmOutput)
Output from using SSM to validate the application.
ssmOutput - Output from using SSM to validate the application.public SSMOutput getSsmOutput()
Output from using SSM to validate the application.
public AppValidationOutput withSsmOutput(SSMOutput ssmOutput)
Output from using SSM to validate the application.
ssmOutput - Output from using SSM to validate the application.public String toString()
toString in class ObjectObject.toString()public AppValidationOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.