@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MembershipDatasources extends Object implements Serializable, Cloneable, StructuredPojo
Details on data source packages for members of the behavior graph.
Constructor and Description |
---|
MembershipDatasources() |
Modifier and Type | Method and Description |
---|---|
MembershipDatasources |
addDatasourcePackageIngestHistoryEntry(String key,
Map<String,TimestampForCollection> value)
Add a single DatasourcePackageIngestHistory entry
|
MembershipDatasources |
clearDatasourcePackageIngestHistoryEntries()
Removes all the entries added into DatasourcePackageIngestHistory.
|
MembershipDatasources |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account identifier of the Amazon Web Services account.
|
Map<String,Map<String,TimestampForCollection>> |
getDatasourcePackageIngestHistory()
Details on when a data source package was added to a behavior graph.
|
String |
getGraphArn()
The ARN of the organization behavior graph.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The account identifier of the Amazon Web Services account.
|
void |
setDatasourcePackageIngestHistory(Map<String,Map<String,TimestampForCollection>> datasourcePackageIngestHistory)
Details on when a data source package was added to a behavior graph.
|
void |
setGraphArn(String graphArn)
The ARN of the organization behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
MembershipDatasources |
withAccountId(String accountId)
The account identifier of the Amazon Web Services account.
|
MembershipDatasources |
withDatasourcePackageIngestHistory(Map<String,Map<String,TimestampForCollection>> datasourcePackageIngestHistory)
Details on when a data source package was added to a behavior graph.
|
MembershipDatasources |
withGraphArn(String graphArn)
The ARN of the organization behavior graph.
|
public void setAccountId(String accountId)
The account identifier of the Amazon Web Services account.
accountId
- The account identifier of the Amazon Web Services account.public String getAccountId()
The account identifier of the Amazon Web Services account.
public MembershipDatasources withAccountId(String accountId)
The account identifier of the Amazon Web Services account.
accountId
- The account identifier of the Amazon Web Services account.public void setGraphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn
- The ARN of the organization behavior graph.public String getGraphArn()
The ARN of the organization behavior graph.
public MembershipDatasources withGraphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn
- The ARN of the organization behavior graph.public Map<String,Map<String,TimestampForCollection>> getDatasourcePackageIngestHistory()
Details on when a data source package was added to a behavior graph.
public void setDatasourcePackageIngestHistory(Map<String,Map<String,TimestampForCollection>> datasourcePackageIngestHistory)
Details on when a data source package was added to a behavior graph.
datasourcePackageIngestHistory
- Details on when a data source package was added to a behavior graph.public MembershipDatasources withDatasourcePackageIngestHistory(Map<String,Map<String,TimestampForCollection>> datasourcePackageIngestHistory)
Details on when a data source package was added to a behavior graph.
datasourcePackageIngestHistory
- Details on when a data source package was added to a behavior graph.public MembershipDatasources addDatasourcePackageIngestHistoryEntry(String key, Map<String,TimestampForCollection> value)
public MembershipDatasources clearDatasourcePackageIngestHistoryEntries()
public String toString()
toString
in class Object
Object.toString()
public MembershipDatasources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.