@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisDefaults extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for default analysis settings.
| Constructor and Description |
|---|
AnalysisDefaults() |
| Modifier and Type | Method and Description |
|---|---|
AnalysisDefaults |
clone() |
boolean |
equals(Object obj) |
DefaultNewSheetConfiguration |
getDefaultNewSheetConfiguration()
The configuration for default new sheet settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDefaultNewSheetConfiguration(DefaultNewSheetConfiguration defaultNewSheetConfiguration)
The configuration for default new sheet settings.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisDefaults |
withDefaultNewSheetConfiguration(DefaultNewSheetConfiguration defaultNewSheetConfiguration)
The configuration for default new sheet settings.
|
public void setDefaultNewSheetConfiguration(DefaultNewSheetConfiguration defaultNewSheetConfiguration)
The configuration for default new sheet settings.
defaultNewSheetConfiguration - The configuration for default new sheet settings.public DefaultNewSheetConfiguration getDefaultNewSheetConfiguration()
The configuration for default new sheet settings.
public AnalysisDefaults withDefaultNewSheetConfiguration(DefaultNewSheetConfiguration defaultNewSheetConfiguration)
The configuration for default new sheet settings.
defaultNewSheetConfiguration - The configuration for default new sheet settings.public String toString()
toString in class ObjectObject.toString()public AnalysisDefaults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.