public class DeleteGlobalSecondaryIndexAction
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents a global secondary index to be deleted from an existing table.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
indexName
The name of the global secondary index to be deleted.
|
Constructor and Description |
---|
DeleteGlobalSecondaryIndexAction() |
Modifier and Type | Method and Description |
---|---|
DeleteGlobalSecondaryIndexAction |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIndexName()
The name of the global secondary index to be deleted.
|
int |
hashCode() |
void |
setIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteGlobalSecondaryIndexAction |
withIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
|
private java.lang.String indexName
The name of the global secondary index to be deleted.
public void setIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
indexName
- The name of the global secondary index to be deleted.public java.lang.String getIndexName()
The name of the global secondary index to be deleted.
public DeleteGlobalSecondaryIndexAction withIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
indexName
- The name of the global secondary index to be deleted.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteGlobalSecondaryIndexAction clone()
clone
in class java.lang.Object