@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateRecommendationStatusFailedEntry extends Object implements Serializable, Cloneable, StructuredPojo
List of operational recommendations that did not get included or excluded.
| Constructor and Description |
|---|
BatchUpdateRecommendationStatusFailedEntry() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRecommendationStatusFailedEntry |
clone() |
boolean |
equals(Object obj) |
String |
getEntryId()
An identifier of an entry in this batch that is used to communicate the result.
|
String |
getErrorMessage()
Indicates the error that occurred while excluding an operational recommendation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEntryId(String entryId)
An identifier of an entry in this batch that is used to communicate the result.
|
void |
setErrorMessage(String errorMessage)
Indicates the error that occurred while excluding an operational recommendation.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateRecommendationStatusFailedEntry |
withEntryId(String entryId)
An identifier of an entry in this batch that is used to communicate the result.
|
BatchUpdateRecommendationStatusFailedEntry |
withErrorMessage(String errorMessage)
Indicates the error that occurred while excluding an operational recommendation.
|
public BatchUpdateRecommendationStatusFailedEntry()
public void setEntryId(String entryId)
An identifier of an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
entryId - An identifier of an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
public String getEntryId()
An identifier of an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
The entryIds of a batch request need to be unique within a request.
public BatchUpdateRecommendationStatusFailedEntry withEntryId(String entryId)
An identifier of an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
entryId - An identifier of an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
public void setErrorMessage(String errorMessage)
Indicates the error that occurred while excluding an operational recommendation.
errorMessage - Indicates the error that occurred while excluding an operational recommendation.public String getErrorMessage()
Indicates the error that occurred while excluding an operational recommendation.
public BatchUpdateRecommendationStatusFailedEntry withErrorMessage(String errorMessage)
Indicates the error that occurred while excluding an operational recommendation.
errorMessage - Indicates the error that occurred while excluding an operational recommendation.public String toString()
toString in class ObjectObject.toString()public BatchUpdateRecommendationStatusFailedEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.