public final class ResourcesResponseCustomDomainsItem extends Object
| Constructor and Description |
|---|
ResourcesResponseCustomDomainsItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
endpointId()
Get the endpointId property: The endpointId property.
|
Boolean |
history()
Get the history property: The history property.
|
String |
id()
Get the id property: The id property.
|
String |
name()
Get the name property: The name property.
|
void |
validate()
Validates the instance.
|
ResourcesResponseCustomDomainsItem |
withEndpointId(String endpointId)
Set the endpointId property: The endpointId property.
|
ResourcesResponseCustomDomainsItem |
withHistory(Boolean history)
Set the history property: The history property.
|
ResourcesResponseCustomDomainsItem |
withId(String id)
Set the id property: The id property.
|
ResourcesResponseCustomDomainsItem |
withName(String name)
Set the name property: The name property.
|
public String id()
public ResourcesResponseCustomDomainsItem withId(String id)
id - the id value to set.public String name()
public ResourcesResponseCustomDomainsItem withName(String name)
name - the name value to set.public String endpointId()
public ResourcesResponseCustomDomainsItem withEndpointId(String endpointId)
endpointId - the endpointId value to set.public Boolean history()
public ResourcesResponseCustomDomainsItem withHistory(Boolean history)
history - the history value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.