@Generated(value="software.amazon.awssdk:codegen") public final class DomainConfigurationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainConfigurationSummary.Builder,DomainConfigurationSummary>
The summary of a domain configuration. A domain configuration specifies custom IoT-specific information about a domain. A domain configuration can be associated with an AWS-managed domain (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint.
Data
Jobs
CredentialProvider
The domain configuration feature is in public preview and is subject to change.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainConfigurationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainConfigurationSummary.Builder |
builder() |
String |
domainConfigurationArn()
The ARN of the domain configuration.
|
String |
domainConfigurationName()
The name of the domain configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainConfigurationSummary.Builder> |
serializableBuilderClass() |
ServiceType |
serviceType()
The type of service delivered by the endpoint.
|
String |
serviceTypeAsString()
The type of service delivered by the endpoint.
|
DomainConfigurationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domainConfigurationName()
The name of the domain configuration. This value must be unique to a region.
public String domainConfigurationArn()
The ARN of the domain configuration.
public ServiceType serviceType()
The type of service delivered by the endpoint.
If the service returns an enum value that is not available in the current SDK version, serviceType will
return ServiceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceTypeAsString().
ServiceTypepublic String serviceTypeAsString()
The type of service delivered by the endpoint.
If the service returns an enum value that is not available in the current SDK version, serviceType will
return ServiceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceTypeAsString().
ServiceTypepublic DomainConfigurationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainConfigurationSummary.Builder,DomainConfigurationSummary>public static DomainConfigurationSummary.Builder builder()
public static Class<? extends DomainConfigurationSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.