@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDescribeMergeConflictsError extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about errors in a BatchDescribeMergeConflicts operation.
Constructor and Description |
---|
BatchDescribeMergeConflictsError() |
Modifier and Type | Method and Description |
---|---|
BatchDescribeMergeConflictsError |
clone() |
boolean |
equals(Object obj) |
String |
getExceptionName()
The name of the exception.
|
String |
getFilePath()
The path to the file.
|
String |
getMessage()
The message provided by the exception.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExceptionName(String exceptionName)
The name of the exception.
|
void |
setFilePath(String filePath)
The path to the file.
|
void |
setMessage(String message)
The message provided by the exception.
|
String |
toString()
Returns a string representation of this object.
|
BatchDescribeMergeConflictsError |
withExceptionName(String exceptionName)
The name of the exception.
|
BatchDescribeMergeConflictsError |
withFilePath(String filePath)
The path to the file.
|
BatchDescribeMergeConflictsError |
withMessage(String message)
The message provided by the exception.
|
public void setFilePath(String filePath)
The path to the file.
filePath
- The path to the file.public String getFilePath()
The path to the file.
public BatchDescribeMergeConflictsError withFilePath(String filePath)
The path to the file.
filePath
- The path to the file.public void setExceptionName(String exceptionName)
The name of the exception.
exceptionName
- The name of the exception.public String getExceptionName()
The name of the exception.
public BatchDescribeMergeConflictsError withExceptionName(String exceptionName)
The name of the exception.
exceptionName
- The name of the exception.public void setMessage(String message)
The message provided by the exception.
message
- The message provided by the exception.public String getMessage()
The message provided by the exception.
public BatchDescribeMergeConflictsError withMessage(String message)
The message provided by the exception.
message
- The message provided by the exception.public String toString()
toString
in class Object
Object.toString()
public BatchDescribeMergeConflictsError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.