@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)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
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 Object
Object.toString()
public BatchCreateIndexResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.