@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedQueryExecutionId extends Object implements Serializable, Cloneable, StructuredPojo
Describes a query execution that failed to process.
Constructor and Description |
---|
UnprocessedQueryExecutionId() |
Modifier and Type | Method and Description |
---|---|
UnprocessedQueryExecutionId |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code returned when the query execution failed to process, if applicable.
|
String |
getErrorMessage()
The error message returned when the query execution failed to process, if applicable.
|
String |
getQueryExecutionId()
The unique identifier of the query execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code returned when the query execution failed to process, if applicable.
|
void |
setErrorMessage(String errorMessage)
The error message returned when the query execution failed to process, if applicable.
|
void |
setQueryExecutionId(String queryExecutionId)
The unique identifier of the query execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UnprocessedQueryExecutionId |
withErrorCode(String errorCode)
The error code returned when the query execution failed to process, if applicable.
|
UnprocessedQueryExecutionId |
withErrorMessage(String errorMessage)
The error message returned when the query execution failed to process, if applicable.
|
UnprocessedQueryExecutionId |
withQueryExecutionId(String queryExecutionId)
The unique identifier of the query execution.
|
public void setQueryExecutionId(String queryExecutionId)
The unique identifier of the query execution.
queryExecutionId
- The unique identifier of the query execution.public String getQueryExecutionId()
The unique identifier of the query execution.
public UnprocessedQueryExecutionId withQueryExecutionId(String queryExecutionId)
The unique identifier of the query execution.
queryExecutionId
- The unique identifier of the query execution.public void setErrorCode(String errorCode)
The error code returned when the query execution failed to process, if applicable.
errorCode
- The error code returned when the query execution failed to process, if applicable.public String getErrorCode()
The error code returned when the query execution failed to process, if applicable.
public UnprocessedQueryExecutionId withErrorCode(String errorCode)
The error code returned when the query execution failed to process, if applicable.
errorCode
- The error code returned when the query execution failed to process, if applicable.public void setErrorMessage(String errorMessage)
The error message returned when the query execution failed to process, if applicable.
errorMessage
- The error message returned when the query execution failed to process, if applicable.public String getErrorMessage()
The error message returned when the query execution failed to process, if applicable.
public UnprocessedQueryExecutionId withErrorMessage(String errorMessage)
The error message returned when the query execution failed to process, if applicable.
errorMessage
- The error message returned when the query execution failed to process, if applicable.public String toString()
toString
in class Object
Object.toString()
public UnprocessedQueryExecutionId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.