Class DocumentServiceWarning
java.lang.Object
com.amazonaws.services.cloudsearchdomain.model.DocumentServiceWarning
- All Implemented Interfaces:
Serializable
,Cloneable
A warning returned by the document service when an issue is discovered while processing an upload request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The description for a warning returned by the document service.int
hashCode()
void
setMessage
(String message) The description for a warning returned by the document service.toString()
Returns a string representation of this object; useful for testing and debugging.withMessage
(String message) The description for a warning returned by the document service.
-
Constructor Details
-
DocumentServiceWarning
public DocumentServiceWarning()
-
-
Method Details
-
setMessage
The description for a warning returned by the document service.
- Parameters:
message
- The description for a warning returned by the document service.
-
getMessage
The description for a warning returned by the document service.
- Returns:
- The description for a warning returned by the document service.
-
withMessage
The description for a warning returned by the document service.
- Parameters:
message
- The description for a warning returned by the document service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-