@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FastlyAccountCreateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SERVICES |
boolean |
unparsed |
| Constructor and Description |
|---|
FastlyAccountCreateRequestAttributes() |
FastlyAccountCreateRequestAttributes(String apiKey,
String name) |
| Modifier and Type | Method and Description |
|---|---|
FastlyAccountCreateRequestAttributes |
addServicesItem(FastlyService servicesItem) |
FastlyAccountCreateRequestAttributes |
apiKey(String apiKey) |
boolean |
equals(Object o)
Return true if this FastlyAccountCreateRequestAttributes object is equal to o.
|
String |
getApiKey()
The API key for the Fastly account.
|
String |
getName()
The name of the Fastly account.
|
List<FastlyService> |
getServices()
A list of services belonging to the parent account.
|
int |
hashCode() |
FastlyAccountCreateRequestAttributes |
name(String name) |
FastlyAccountCreateRequestAttributes |
services(List<FastlyService> services) |
void |
setApiKey(String apiKey) |
void |
setName(String name) |
void |
setServices(List<FastlyService> services) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SERVICES
public FastlyAccountCreateRequestAttributes()
public FastlyAccountCreateRequestAttributes apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public FastlyAccountCreateRequestAttributes name(String name)
public String getName()
public void setName(String name)
public FastlyAccountCreateRequestAttributes services(List<FastlyService> services)
public FastlyAccountCreateRequestAttributes addServicesItem(FastlyService servicesItem)
@Nullable public List<FastlyService> getServices()
public void setServices(List<FastlyService> services)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.