// Import classes:
import dev.zernio.model.ValidatePost200Response;
import dev.zernio.model.ValidatePost200ResponseOneOf;
import dev.zernio.model.ValidatePost200ResponseOneOf1;
public class Example {
public static void main(String[] args) {
ValidatePost200Response exampleValidatePost200Response = new ValidatePost200Response();
// create a new ValidatePost200ResponseOneOf
ValidatePost200ResponseOneOf exampleValidatePost200ResponseOneOf = new ValidatePost200ResponseOneOf();
// set ValidatePost200Response to ValidatePost200ResponseOneOf
exampleValidatePost200Response.setActualInstance(exampleValidatePost200ResponseOneOf);
// to get back the ValidatePost200ResponseOneOf set earlier
ValidatePost200ResponseOneOf testValidatePost200ResponseOneOf = (ValidatePost200ResponseOneOf) exampleValidatePost200Response.getActualInstance();
// create a new ValidatePost200ResponseOneOf1
ValidatePost200ResponseOneOf1 exampleValidatePost200ResponseOneOf1 = new ValidatePost200ResponseOneOf1();
// set ValidatePost200Response to ValidatePost200ResponseOneOf1
exampleValidatePost200Response.setActualInstance(exampleValidatePost200ResponseOneOf1);
// to get back the ValidatePost200ResponseOneOf1 set earlier
ValidatePost200ResponseOneOf1 testValidatePost200ResponseOneOf1 = (ValidatePost200ResponseOneOf1) exampleValidatePost200Response.getActualInstance();
}
}