@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterOperationTargetVisualsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of 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 |
|---|
FilterOperationTargetVisualsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FilterOperationTargetVisualsConfiguration |
clone() |
boolean |
equals(Object obj) |
SameSheetTargetVisualConfiguration |
getSameSheetTargetVisualConfiguration()
The configuration of the same-sheet target visuals that you want to be filtered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSameSheetTargetVisualConfiguration(SameSheetTargetVisualConfiguration sameSheetTargetVisualConfiguration)
The configuration of the same-sheet target visuals that you want to be filtered.
|
String |
toString()
Returns a string representation of this object.
|
FilterOperationTargetVisualsConfiguration |
withSameSheetTargetVisualConfiguration(SameSheetTargetVisualConfiguration sameSheetTargetVisualConfiguration)
The configuration of the same-sheet target visuals that you want to be filtered.
|
public FilterOperationTargetVisualsConfiguration()
public void setSameSheetTargetVisualConfiguration(SameSheetTargetVisualConfiguration sameSheetTargetVisualConfiguration)
The configuration of the same-sheet target visuals that you want to be filtered.
sameSheetTargetVisualConfiguration - The configuration of the same-sheet target visuals that you want to be filtered.public SameSheetTargetVisualConfiguration getSameSheetTargetVisualConfiguration()
The configuration of the same-sheet target visuals that you want to be filtered.
public FilterOperationTargetVisualsConfiguration withSameSheetTargetVisualConfiguration(SameSheetTargetVisualConfiguration sameSheetTargetVisualConfiguration)
The configuration of the same-sheet target visuals that you want to be filtered.
sameSheetTargetVisualConfiguration - The configuration of the same-sheet target visuals that you want to be filtered.public String toString()
toString in class ObjectObject.toString()public FilterOperationTargetVisualsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.