@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.