@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomActionNavigationOperation extends Object implements Serializable, Cloneable, StructuredPojo
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description |
|---|
CustomActionNavigationOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomActionNavigationOperation |
clone() |
boolean |
equals(Object obj) |
LocalNavigationConfiguration |
getLocalNavigationConfiguration()
The configuration that chooses the navigation target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLocalNavigationConfiguration(LocalNavigationConfiguration localNavigationConfiguration)
The configuration that chooses the navigation target.
|
String |
toString()
Returns a string representation of this object.
|
CustomActionNavigationOperation |
withLocalNavigationConfiguration(LocalNavigationConfiguration localNavigationConfiguration)
The configuration that chooses the navigation target.
|
public void setLocalNavigationConfiguration(LocalNavigationConfiguration localNavigationConfiguration)
The configuration that chooses the navigation target.
localNavigationConfiguration - The configuration that chooses the navigation target.public LocalNavigationConfiguration getLocalNavigationConfiguration()
The configuration that chooses the navigation target.
public CustomActionNavigationOperation withLocalNavigationConfiguration(LocalNavigationConfiguration localNavigationConfiguration)
The configuration that chooses the navigation target.
localNavigationConfiguration - The configuration that chooses the navigation target.public String toString()
toString in class ObjectObject.toString()public CustomActionNavigationOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.