@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomIndicesInput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CustomIndicesInput() |
| Modifier and Type | Method and Description |
|---|---|
CustomIndicesInput |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOperations(Collection<Operation> operations)
|
String |
toString()
Returns a string representation of this object.
|
CustomIndicesInput |
withOperations(Collection<Operation> operations)
|
CustomIndicesInput |
withOperations(Operation... operations)
|
public void setOperations(Collection<Operation> operations)
operations - public CustomIndicesInput withOperations(Operation... operations)
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection) or withOperations(java.util.Collection) if you want to
override the existing values.
operations - public CustomIndicesInput withOperations(Collection<Operation> operations)
operations - public String toString()
toString in class ObjectObject.toString()public CustomIndicesInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.