@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateIndexResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexResult |
clone() |
boolean |
equals(Object obj) |
String |
getObjectIdentifier()
The
ObjectIdentifier of the index created by this operation. |
int |
hashCode() |
void |
setObjectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the index created by this operation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateIndexResult |
withObjectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the index created by this operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setObjectIdentifier(String objectIdentifier)
The ObjectIdentifier of the index created by this operation.
objectIdentifier - The ObjectIdentifier of the index created by this operation.public String getObjectIdentifier()
The ObjectIdentifier of the index created by this operation.
ObjectIdentifier of the index created by this operation.public CreateIndexResult withObjectIdentifier(String objectIdentifier)
The ObjectIdentifier of the index created by this operation.
objectIdentifier - The ObjectIdentifier of the index created by this operation.public String toString()
toString in class ObjectObject.toString()public CreateIndexResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.