@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SameSheetTargetVisualConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the same-sheet target visuals that you want to be filtered.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constructor and Description |
---|
SameSheetTargetVisualConfiguration() |
Modifier and Type | Method and Description |
---|---|
SameSheetTargetVisualConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getTargetVisualOptions()
The options that choose the target visual in the same sheet.
|
List<String> |
getTargetVisuals()
A list of the target visual IDs that are located in the same sheet of the analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTargetVisualOptions(String targetVisualOptions)
The options that choose the target visual in the same sheet.
|
void |
setTargetVisuals(Collection<String> targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
|
String |
toString()
Returns a string representation of this object.
|
SameSheetTargetVisualConfiguration |
withTargetVisualOptions(String targetVisualOptions)
The options that choose the target visual in the same sheet.
|
SameSheetTargetVisualConfiguration |
withTargetVisualOptions(TargetVisualOptions targetVisualOptions)
The options that choose the target visual in the same sheet.
|
SameSheetTargetVisualConfiguration |
withTargetVisuals(Collection<String> targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
|
SameSheetTargetVisualConfiguration |
withTargetVisuals(String... targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
|
public List<String> getTargetVisuals()
A list of the target visual IDs that are located in the same sheet of the analysis.
public void setTargetVisuals(Collection<String> targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
targetVisuals
- A list of the target visual IDs that are located in the same sheet of the analysis.public SameSheetTargetVisualConfiguration withTargetVisuals(String... targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
NOTE: This method appends the values to the existing list (if any). Use
setTargetVisuals(java.util.Collection)
or withTargetVisuals(java.util.Collection)
if you want
to override the existing values.
targetVisuals
- A list of the target visual IDs that are located in the same sheet of the analysis.public SameSheetTargetVisualConfiguration withTargetVisuals(Collection<String> targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
targetVisuals
- A list of the target visual IDs that are located in the same sheet of the analysis.public void setTargetVisualOptions(String targetVisualOptions)
The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
targetVisualOptions
- The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
TargetVisualOptions
public String getTargetVisualOptions()
The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
TargetVisualOptions
public SameSheetTargetVisualConfiguration withTargetVisualOptions(String targetVisualOptions)
The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
targetVisualOptions
- The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
TargetVisualOptions
public SameSheetTargetVisualConfiguration withTargetVisualOptions(TargetVisualOptions targetVisualOptions)
The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
targetVisualOptions
- The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS
: Applies the filter operation to all visuals in the same sheet.
TargetVisualOptions
public String toString()
toString
in class Object
Object.toString()
public SameSheetTargetVisualConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.