@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateMemberEc2DeepInspectionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchUpdateMemberEc2DeepInspectionStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchUpdateMemberEc2DeepInspectionStatusRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<MemberAccountEc2DeepInspectionStatus> | getAccountIds()
 The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status
 for. | 
| int | hashCode() | 
| void | setAccountIds(Collection<MemberAccountEc2DeepInspectionStatus> accountIds)
 The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status
 for. | 
| String | toString()Returns a string representation of this object. | 
| BatchUpdateMemberEc2DeepInspectionStatusRequest | withAccountIds(Collection<MemberAccountEc2DeepInspectionStatus> accountIds)
 The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status
 for. | 
| BatchUpdateMemberEc2DeepInspectionStatusRequest | withAccountIds(MemberAccountEc2DeepInspectionStatus... accountIds)
 The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status
 for. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic BatchUpdateMemberEc2DeepInspectionStatusRequest()
public List<MemberAccountEc2DeepInspectionStatus> getAccountIds()
The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.
public void setAccountIds(Collection<MemberAccountEc2DeepInspectionStatus> accountIds)
The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.
accountIds - The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection
        status for.public BatchUpdateMemberEc2DeepInspectionStatusRequest withAccountIds(MemberAccountEc2DeepInspectionStatus... accountIds)
The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status 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 - The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection
        status for.public BatchUpdateMemberEc2DeepInspectionStatusRequest withAccountIds(Collection<MemberAccountEc2DeepInspectionStatus> accountIds)
The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.
accountIds - The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection
        status for.public String toString()
toString in class ObjectObject.toString()public BatchUpdateMemberEc2DeepInspectionStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()