public class CreateDocumentResult extends Object implements Serializable
Constructor and Description |
---|
CreateDocumentResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DocumentDescription |
getDocumentDescription()
Information about the configuration document.
|
int |
hashCode() |
void |
setDocumentDescription(DocumentDescription documentDescription)
Information about the configuration document.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDocumentResult |
withDocumentDescription(DocumentDescription documentDescription)
Information about the configuration document.
|
public DocumentDescription getDocumentDescription()
public void setDocumentDescription(DocumentDescription documentDescription)
documentDescription
- Information about the configuration document.public CreateDocumentResult withDocumentDescription(DocumentDescription documentDescription)
Returns a reference to this object so that method calls can be chained together.
documentDescription
- Information about the configuration document.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.