@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LocalNavigationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The navigation configuration for CustomActionNavigationOperation
.
Constructor and Description |
---|
LocalNavigationConfiguration() |
Modifier and Type | Method and Description |
---|---|
LocalNavigationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getTargetSheetId()
The sheet that is targeted for navigation in the same analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTargetSheetId(String targetSheetId)
The sheet that is targeted for navigation in the same analysis.
|
String |
toString()
Returns a string representation of this object.
|
LocalNavigationConfiguration |
withTargetSheetId(String targetSheetId)
The sheet that is targeted for navigation in the same analysis.
|
public void setTargetSheetId(String targetSheetId)
The sheet that is targeted for navigation in the same analysis.
targetSheetId
- The sheet that is targeted for navigation in the same analysis.public String getTargetSheetId()
The sheet that is targeted for navigation in the same analysis.
public LocalNavigationConfiguration withTargetSheetId(String targetSheetId)
The sheet that is targeted for navigation in the same analysis.
targetSheetId
- The sheet that is targeted for navigation in the same analysis.public String toString()
toString
in class Object
Object.toString()
public LocalNavigationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.