Class ConflictingAlias
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.ConflictingAlias
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ConflictingAlias.Builder,ConflictingAlias>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConflictingAlias.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ConflictingAlias.Builder>
serializableBuilderClass()
ConflictingAlias.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
alias
public final String alias()
An alias (also called a CNAME).
- Returns:
- An alias (also called a CNAME).
-
distributionId
public final String distributionId()
The (partially hidden) ID of the CloudFront distribution associated with the alias.
- Returns:
- The (partially hidden) ID of the CloudFront distribution associated with the alias.
-
accountId
public final String accountId()
The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.
- Returns:
- The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.
-
toBuilder
public ConflictingAlias.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ConflictingAlias.Builder,ConflictingAlias>
-
builder
public static ConflictingAlias.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConflictingAlias.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-