@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()
Deprecated.
|
List<MemberFeaturesConfigurationResult> |
getFeatures()
Contains information about the status of the features for the member 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)
Deprecated.
|
void |
setFeatures(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member 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)
Deprecated.
|
MemberDataSourceConfiguration |
withFeatures(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member account.
|
MemberDataSourceConfiguration |
withFeatures(MemberFeaturesConfigurationResult... features)
Contains information about the status of the features for the member 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.@Deprecated 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.@Deprecated public DataSourceConfigurationsResult getDataSources()
Contains information on the status of data sources for the account.
@Deprecated 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 List<MemberFeaturesConfigurationResult> getFeatures()
Contains information about the status of the features for the member account.
public void setFeatures(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member account.
features - Contains information about the status of the features for the member account.public MemberDataSourceConfiguration withFeatures(MemberFeaturesConfigurationResult... features)
Contains information about the status of the features for the member account.
NOTE: This method appends the values to the existing list (if any). Use
setFeatures(java.util.Collection) or withFeatures(java.util.Collection) if you want to override
the existing values.
features - Contains information about the status of the features for the member account.public MemberDataSourceConfiguration withFeatures(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member account.
features - Contains information about the status of the features for the member account.public String toString()
toString in class ObjectObject.toString()public MemberDataSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.