@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FastlyAccountUpdateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
boolean |
unparsed |
| Constructor and Description |
|---|
FastlyAccountUpdateRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
FastlyAccountUpdateRequestAttributes |
apiKey(String apiKey) |
boolean |
equals(Object o)
Return true if this FastlyAccountUpdateRequestAttributes object is equal to o.
|
String |
getApiKey()
The API key of the Fastly account.
|
int |
hashCode() |
void |
setApiKey(String apiKey) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public FastlyAccountUpdateRequestAttributes()
public FastlyAccountUpdateRequestAttributes apiKey(String apiKey)
@Nullable public String getApiKey()
public void setApiKey(String apiKey)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.