@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetUsageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The usage configuration to apply to child datasets that reference this dataset as a source.
| Constructor and Description | 
|---|
DataSetUsageConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSetUsageConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
Boolean | 
getDisableUseAsDirectQuerySource()
 An option that controls whether a child dataset of a direct query can use this dataset as a source. 
 | 
Boolean | 
getDisableUseAsImportedSource()
 An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source. 
 | 
int | 
hashCode()  | 
Boolean | 
isDisableUseAsDirectQuerySource()
 An option that controls whether a child dataset of a direct query can use this dataset as a source. 
 | 
Boolean | 
isDisableUseAsImportedSource()
 An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source. 
 | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setDisableUseAsDirectQuerySource(Boolean disableUseAsDirectQuerySource)
 An option that controls whether a child dataset of a direct query can use this dataset as a source. 
 | 
void | 
setDisableUseAsImportedSource(Boolean disableUseAsImportedSource)
 An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DataSetUsageConfiguration | 
withDisableUseAsDirectQuerySource(Boolean disableUseAsDirectQuerySource)
 An option that controls whether a child dataset of a direct query can use this dataset as a source. 
 | 
DataSetUsageConfiguration | 
withDisableUseAsImportedSource(Boolean disableUseAsImportedSource)
 An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source. 
 | 
public void setDisableUseAsDirectQuerySource(Boolean disableUseAsDirectQuerySource)
An option that controls whether a child dataset of a direct query can use this dataset as a source.
disableUseAsDirectQuerySource - An option that controls whether a child dataset of a direct query can use this dataset as a source.public Boolean getDisableUseAsDirectQuerySource()
An option that controls whether a child dataset of a direct query can use this dataset as a source.
public DataSetUsageConfiguration withDisableUseAsDirectQuerySource(Boolean disableUseAsDirectQuerySource)
An option that controls whether a child dataset of a direct query can use this dataset as a source.
disableUseAsDirectQuerySource - An option that controls whether a child dataset of a direct query can use this dataset as a source.public Boolean isDisableUseAsDirectQuerySource()
An option that controls whether a child dataset of a direct query can use this dataset as a source.
public void setDisableUseAsImportedSource(Boolean disableUseAsImportedSource)
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
disableUseAsImportedSource - An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a
        source.public Boolean getDisableUseAsImportedSource()
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
public DataSetUsageConfiguration withDisableUseAsImportedSource(Boolean disableUseAsImportedSource)
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
disableUseAsImportedSource - An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a
        source.public Boolean isDisableUseAsImportedSource()
An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
public String toString()
toString in class ObjectObject.toString()public DataSetUsageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.