@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateMemberEc2DeepInspectionStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchUpdateMemberEc2DeepInspectionStatusResult() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateMemberEc2DeepInspectionStatusResult |
clone() |
boolean |
equals(Object obj) |
List<MemberAccountEc2DeepInspectionStatusState> |
getAccountIds()
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
was successfully changed for.
|
List<FailedMemberAccountEc2DeepInspectionStatusState> |
getFailedAccountIds()
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
could not be successfully changed for.
|
int |
hashCode() |
void |
setAccountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
was successfully changed for.
|
void |
setFailedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
could not be successfully changed for.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateMemberEc2DeepInspectionStatusResult |
withAccountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
was successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResult |
withAccountIds(MemberAccountEc2DeepInspectionStatusState... accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
was successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResult |
withFailedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
could not be successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResult |
withFailedAccountIds(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status
could not be successfully changed for.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchUpdateMemberEc2DeepInspectionStatusResult()
public List<MemberAccountEc2DeepInspectionStatusState> getAccountIds()
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
public void setAccountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
accountIds
- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status was successfully changed for.public BatchUpdateMemberEc2DeepInspectionStatusResult withAccountIds(MemberAccountEc2DeepInspectionStatusState... accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
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
- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status was successfully changed for.public BatchUpdateMemberEc2DeepInspectionStatusResult withAccountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
accountIds
- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status was successfully changed for.public List<FailedMemberAccountEc2DeepInspectionStatusState> getFailedAccountIds()
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
public void setFailedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
failedAccountIds
- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status could not be successfully changed for.public BatchUpdateMemberEc2DeepInspectionStatusResult withFailedAccountIds(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
NOTE: This method appends the values to the existing list (if any). Use
setFailedAccountIds(java.util.Collection)
or withFailedAccountIds(java.util.Collection)
if you
want to override the existing values.
failedAccountIds
- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status could not be successfully changed for.public BatchUpdateMemberEc2DeepInspectionStatusResult withFailedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
failedAccountIds
- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status could not be successfully changed for.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateMemberEc2DeepInspectionStatusResult clone()