@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FilterOperationTargetVisualsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.