Class DomainConflict
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DomainConflict.Builder,DomainConflict>
Contains information about the domain conflict. Use this information to determine the affected domain, the related resource, and the affected Amazon Web Services account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ID of the Amazon Web Services account for the domain conflict.static DomainConflict.Builderbuilder()final Stringdomain()The domain used to find existing conflicts for domain configurations.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the resource that has a domain conflict.final DistributionResourceTypeThe CloudFront resource type that has a domain conflict.final StringThe CloudFront resource type that has a domain conflict.static Class<? extends DomainConflict.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
domain
The domain used to find existing conflicts for domain configurations.
- Returns:
- The domain used to find existing conflicts for domain configurations.
-
resourceType
The CloudFront resource type that has a domain conflict.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnDistributionResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The CloudFront resource type that has a domain conflict.
- See Also:
-
resourceTypeAsString
The CloudFront resource type that has a domain conflict.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnDistributionResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The CloudFront resource type that has a domain conflict.
- See Also:
-
resourceId
The ID of the resource that has a domain conflict.
- Returns:
- The ID of the resource that has a domain conflict.
-
accountId
The ID of the Amazon Web Services account for the domain conflict.
- Returns:
- The ID of the Amazon Web Services account for the domain conflict.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DomainConflict.Builder,DomainConflict>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-