@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedNamedQueryId extends Object implements Serializable, Cloneable, StructuredPojo
Information about a named query ID that could not be processed.
Constructor and Description |
---|
UnprocessedNamedQueryId() |
Modifier and Type | Method and Description |
---|---|
UnprocessedNamedQueryId |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code returned when the processing request for the named query failed, if applicable.
|
String |
getErrorMessage()
The error message returned when the processing request for the named query failed, if applicable.
|
String |
getNamedQueryId()
The unique identifier of the named query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code returned when the processing request for the named query failed, if applicable.
|
void |
setErrorMessage(String errorMessage)
The error message returned when the processing request for the named query failed, if applicable.
|
void |
setNamedQueryId(String namedQueryId)
The unique identifier of the named query.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UnprocessedNamedQueryId |
withErrorCode(String errorCode)
The error code returned when the processing request for the named query failed, if applicable.
|
UnprocessedNamedQueryId |
withErrorMessage(String errorMessage)
The error message returned when the processing request for the named query failed, if applicable.
|
UnprocessedNamedQueryId |
withNamedQueryId(String namedQueryId)
The unique identifier of the named query.
|
public void setNamedQueryId(String namedQueryId)
The unique identifier of the named query.
namedQueryId
- The unique identifier of the named query.public String getNamedQueryId()
The unique identifier of the named query.
public UnprocessedNamedQueryId withNamedQueryId(String namedQueryId)
The unique identifier of the named query.
namedQueryId
- The unique identifier of the named query.public void setErrorCode(String errorCode)
The error code returned when the processing request for the named query failed, if applicable.
errorCode
- The error code returned when the processing request for the named query failed, if applicable.public String getErrorCode()
The error code returned when the processing request for the named query failed, if applicable.
public UnprocessedNamedQueryId withErrorCode(String errorCode)
The error code returned when the processing request for the named query failed, if applicable.
errorCode
- The error code returned when the processing request for the named query failed, if applicable.public void setErrorMessage(String errorMessage)
The error message returned when the processing request for the named query failed, if applicable.
errorMessage
- The error message returned when the processing request for the named query failed, if applicable.public String getErrorMessage()
The error message returned when the processing request for the named query failed, if applicable.
public UnprocessedNamedQueryId withErrorMessage(String errorMessage)
The error message returned when the processing request for the named query failed, if applicable.
errorMessage
- The error message returned when the processing request for the named query failed, if applicable.public String toString()
toString
in class Object
Object.toString()
public UnprocessedNamedQueryId 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.