@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberDataSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains information on which data sources are enabled for a member account.
Constructor and Description |
---|
MemberDataSourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
MemberDataSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID for the member account.
|
DataSourceConfigurationsResult |
getDataSources()
Contains information on the status of data sources for the account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The account ID for the member account.
|
void |
setDataSources(DataSourceConfigurationsResult dataSources)
Contains information on the status of data sources for the account.
|
String |
toString()
Returns a string representation of this object.
|
MemberDataSourceConfiguration |
withAccountId(String accountId)
The account ID for the member account.
|
MemberDataSourceConfiguration |
withDataSources(DataSourceConfigurationsResult dataSources)
Contains information on the status of data sources for the account.
|
public void setAccountId(String accountId)
The account ID for the member account.
accountId
- The account ID for the member account.public String getAccountId()
The account ID for the member account.
public MemberDataSourceConfiguration withAccountId(String accountId)
The account ID for the member account.
accountId
- The account ID for the member account.public void setDataSources(DataSourceConfigurationsResult dataSources)
Contains information on the status of data sources for the account.
dataSources
- Contains information on the status of data sources for the account.public DataSourceConfigurationsResult getDataSources()
Contains information on the status of data sources for the account.
public MemberDataSourceConfiguration withDataSources(DataSourceConfigurationsResult dataSources)
Contains information on the status of data sources for the account.
dataSources
- Contains information on the status of data sources for the account.public String toString()
toString
in class Object
Object.toString()
public MemberDataSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.