@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateIndexResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a CreateIndex response operation.
| Constructor and Description |
|---|
BatchCreateIndexResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateIndexResponse |
clone() |
boolean |
equals(Object obj) |
String |
getObjectIdentifier()
The
ObjectIdentifier of the index created by this operation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setObjectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the index created by this operation. |
String |
toString()
Returns a string representation of this object.
|
BatchCreateIndexResponse |
withObjectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the index created by this operation. |
public 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 BatchCreateIndexResponse 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 BatchCreateIndexResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.