@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationDataSourceConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on which data sources will be configured to be automatically enabled for new members within the organization.
Constructor and Description |
---|
OrganizationDataSourceConfigurations() |
Modifier and Type | Method and Description |
---|---|
OrganizationDataSourceConfigurations |
clone() |
boolean |
equals(Object obj) |
OrganizationS3LogsConfiguration |
getS3Logs()
Describes whether S3 data event logs are enabled for new members of the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationDataSourceConfigurations |
withS3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
|
public OrganizationDataSourceConfigurations()
public void setS3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
s3Logs
- Describes whether S3 data event logs are enabled for new members of the organization.public OrganizationS3LogsConfiguration getS3Logs()
Describes whether S3 data event logs are enabled for new members of the organization.
public OrganizationDataSourceConfigurations withS3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
s3Logs
- Describes whether S3 data event logs are enabled for new members of the organization.public String toString()
toString
in class Object
Object.toString()
public OrganizationDataSourceConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.