@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteFeaturedResultsSetError extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a set of featured results that couldn't be removed from an index by the BatchDeleteFeaturedResultsSet API.
Constructor and Description |
---|
BatchDeleteFeaturedResultsSetError() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteFeaturedResultsSetError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code for why the set of featured results couldn't be removed from the index.
|
String |
getErrorMessage()
An explanation for why the set of featured results couldn't be removed from the index.
|
String |
getId()
The identifier of the set of featured results that couldn't be removed from the index.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
void |
setErrorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
|
void |
setId(String id)
The identifier of the set of featured results that couldn't be removed from the index.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteFeaturedResultsSetError |
withErrorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError |
withErrorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError |
withErrorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError |
withId(String id)
The identifier of the set of featured results that couldn't be removed from the index.
|
public void setId(String id)
The identifier of the set of featured results that couldn't be removed from the index.
id
- The identifier of the set of featured results that couldn't be removed from the index.public String getId()
The identifier of the set of featured results that couldn't be removed from the index.
public BatchDeleteFeaturedResultsSetError withId(String id)
The identifier of the set of featured results that couldn't be removed from the index.
id
- The identifier of the set of featured results that couldn't be removed from the index.public void setErrorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
errorCode
- The error code for why the set of featured results couldn't be removed from the index.ErrorCode
public String getErrorCode()
The error code for why the set of featured results couldn't be removed from the index.
ErrorCode
public BatchDeleteFeaturedResultsSetError withErrorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
errorCode
- The error code for why the set of featured results couldn't be removed from the index.ErrorCode
public BatchDeleteFeaturedResultsSetError withErrorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
errorCode
- The error code for why the set of featured results couldn't be removed from the index.ErrorCode
public void setErrorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
errorMessage
- An explanation for why the set of featured results couldn't be removed from the index.public String getErrorMessage()
An explanation for why the set of featured results couldn't be removed from the index.
public BatchDeleteFeaturedResultsSetError withErrorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
errorMessage
- An explanation for why the set of featured results couldn't be removed from the index.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteFeaturedResultsSetError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.