@Generated(value="software.amazon.awssdk:codegen") public final class ResourceConflict extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceConflict.Builder,ResourceConflict>
Contains information about a resource conflict.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceConflict.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceConflict.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The unique identifier of the resource involved in a conflict.
|
ResourceType |
resourceType()
The type of the resource involved in a conflict.
|
String |
resourceTypeAsString()
The type of the resource involved in a conflict.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceConflict.Builder> |
serializableBuilderClass() |
ResourceConflict.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceId()
The unique identifier of the resource involved in a conflict.
public final ResourceType resourceType()
The type of the resource involved in a conflict.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
The type of the resource involved in a conflict.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic ResourceConflict.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceConflict.Builder,ResourceConflict>public static ResourceConflict.Builder builder()
public static Class<? extends ResourceConflict.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.