@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceConflict extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a resource conflict.
| Constructor and Description |
|---|
ResourceConflict() |
| Modifier and Type | Method and Description |
|---|---|
ResourceConflict |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The unique identifier of the resource involved in a conflict.
|
String |
getResourceType()
The type of the resource involved in a conflict.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceId(String resourceId)
The unique identifier of the resource involved in a conflict.
|
void |
setResourceType(String resourceType)
The type of the resource involved in a conflict.
|
String |
toString()
Returns a string representation of this object.
|
ResourceConflict |
withResourceId(String resourceId)
The unique identifier of the resource involved in a conflict.
|
ResourceConflict |
withResourceType(ResourceType resourceType)
The type of the resource involved in a conflict.
|
ResourceConflict |
withResourceType(String resourceType)
The type of the resource involved in a conflict.
|
public void setResourceId(String resourceId)
The unique identifier of the resource involved in a conflict.
resourceId - The unique identifier of the resource involved in a conflict.public String getResourceId()
The unique identifier of the resource involved in a conflict.
public ResourceConflict withResourceId(String resourceId)
The unique identifier of the resource involved in a conflict.
resourceId - The unique identifier of the resource involved in a conflict.public void setResourceType(String resourceType)
The type of the resource involved in a conflict.
resourceType - The type of the resource involved in a conflict.ResourceTypepublic String getResourceType()
The type of the resource involved in a conflict.
ResourceTypepublic ResourceConflict withResourceType(String resourceType)
The type of the resource involved in a conflict.
resourceType - The type of the resource involved in a conflict.ResourceTypepublic ResourceConflict withResourceType(ResourceType resourceType)
The type of the resource involved in a conflict.
resourceType - The type of the resource involved in a conflict.ResourceTypepublic String toString()
toString in class ObjectObject.toString()public ResourceConflict clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.