public final class CreateServiceInstanceRequest extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
builder() |
boolean |
equals(Object o) |
Map<String,Object> |
getParameters()
The parameters of the service instance
|
String |
getPlanName()
The name of the service plan to use
|
String |
getServiceInstanceName()
The name of the service instance to create
|
String |
getServiceName()
The name of the service
|
List<String> |
getTags()
The tags
|
int |
hashCode() |
ValidationResult |
isValid() |
String |
toString() |
public ValidationResult isValid()
isValid in interface Validatable@Generated(value="lombok") public static CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder builder()
@Generated(value="lombok") public Map<String,Object> getParameters()
@Generated(value="lombok") public String getPlanName()
@Generated(value="lombok") public String getServiceInstanceName()
@Generated(value="lombok") public String getServiceName()
@Generated(value="lombok") public List<String> getTags()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.