@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerValidationOutput extends Object implements Serializable, Cloneable, StructuredPojo
Contains output from validating an instance.
| Constructor and Description | 
|---|
ServerValidationOutput()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerValidationOutput | 
clone()  | 
boolean | 
equals(Object obj)  | 
Server | 
getServer()  | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setServer(Server server)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
ServerValidationOutput | 
withServer(Server server)  | 
public void setServer(Server server)
server - public Server getServer()
public ServerValidationOutput withServer(Server server)
server - public String toString()
toString in class ObjectObject.toString()public ServerValidationOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.