@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMembersResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMembersResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior
graph.
|
List<UnprocessedAccount> |
getUnprocessedAccounts()
The list of member accounts that Detective was not able to delete from the behavior graph.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior
graph.
|
void |
setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMembersResult |
withAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior
graph.
|
DeleteMembersResult |
withAccountIds(String... accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior
graph.
|
DeleteMembersResult |
withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
DeleteMembersResult |
withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAccountIds()
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
public void setAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
accountIds
- The list of AWS account identifiers for the member accounts that Detective successfully deleted from the
behavior graph.public DeleteMembersResult withAccountIds(String... accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- The list of AWS account identifiers for the member accounts that Detective successfully deleted from the
behavior graph.public DeleteMembersResult withAccountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
accountIds
- The list of AWS account identifiers for the member accounts that Detective successfully deleted from the
behavior graph.public List<UnprocessedAccount> getUnprocessedAccounts()
The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
public void setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
unprocessedAccounts
- The list of member accounts that Detective was not able to delete from the behavior graph. For each member
account, provides the reason that the deletion could not be processed.public DeleteMembersResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedAccounts(java.util.Collection)
or withUnprocessedAccounts(java.util.Collection)
if you want to override the existing values.
unprocessedAccounts
- The list of member accounts that Detective was not able to delete from the behavior graph. For each member
account, provides the reason that the deletion could not be processed.public DeleteMembersResult withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
unprocessedAccounts
- The list of member accounts that Detective was not able to delete from the behavior graph. For each member
account, provides the reason that the deletion could not be processed.public String toString()
toString
in class Object
Object.toString()
public DeleteMembersResult clone()