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