@Generated(value="software.amazon.awssdk:codegen") public final class ConflictingAlias extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConflictingAlias.Builder,ConflictingAlias>
An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictingAlias.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s associated with
the alias.
|
String |
alias()
An alias (also called a CNAME).
|
static ConflictingAlias.Builder |
builder() |
String |
distributionId()
The (partially hidden) ID of the CloudFront distribution associated with the alias.
|
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 ConflictingAlias.Builder> |
serializableBuilderClass() |
ConflictingAlias.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String alias()
An alias (also called a CNAME).
public final String distributionId()
The (partially hidden) ID of the CloudFront distribution associated with the alias.
public final String accountId()
The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s associated with the alias.
public ConflictingAlias.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConflictingAlias.Builder,ConflictingAlias>public static ConflictingAlias.Builder builder()
public static Class<? extends ConflictingAlias.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.