@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefineIndexFieldResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DefineIndexField request. Contains the status of the newly-configured index
field.
| Constructor and Description |
|---|
DefineIndexFieldResult() |
| Modifier and Type | Method and Description |
|---|---|
DefineIndexFieldResult |
clone() |
boolean |
equals(Object obj) |
IndexFieldStatus |
getIndexField() |
int |
hashCode() |
void |
setIndexField(IndexFieldStatus indexField) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DefineIndexFieldResult |
withIndexField(IndexFieldStatus indexField) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIndexField(IndexFieldStatus indexField)
indexField - public IndexFieldStatus getIndexField()
public DefineIndexFieldResult withIndexField(IndexFieldStatus indexField)
indexField - public String toString()
toString in class ObjectObject.toString()public DefineIndexFieldResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.