@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAwsLogSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAwsLogSourceResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAwsLogSourceResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFailed()
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed.
|
List<String> |
getProcessing()
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake
source.
|
int |
hashCode() |
void |
setFailed(Collection<String> failed)
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed.
|
void |
setProcessing(Collection<String> processing)
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake
source.
|
String |
toString()
Returns a string representation of this object.
|
CreateAwsLogSourceResult |
withFailed(Collection<String> failed)
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed.
|
CreateAwsLogSourceResult |
withFailed(String... failed)
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed.
|
CreateAwsLogSourceResult |
withProcessing(Collection<String> processing)
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake
source.
|
CreateAwsLogSourceResult |
withProcessing(String... processing)
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake
source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getFailed()
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
public void setFailed(Collection<String> failed)
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
failed - Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source
failed. The failure occurred as these accounts are not part of an organization.public CreateAwsLogSourceResult withFailed(String... failed)
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
NOTE: This method appends the values to the existing list (if any). Use
setFailed(java.util.Collection) or withFailed(java.util.Collection) if you want to override the
existing values.
failed - Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source
failed. The failure occurred as these accounts are not part of an organization.public CreateAwsLogSourceResult withFailed(Collection<String> failed)
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
failed - Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source
failed. The failure occurred as these accounts are not part of an organization.public List<String> getProcessing()
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake source.
public void setProcessing(Collection<String> processing)
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake source.
processing - Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a
Security Lake source.public CreateAwsLogSourceResult withProcessing(String... processing)
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake source.
NOTE: This method appends the values to the existing list (if any). Use
setProcessing(java.util.Collection) or withProcessing(java.util.Collection) if you want to
override the existing values.
processing - Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a
Security Lake source.public CreateAwsLogSourceResult withProcessing(Collection<String> processing)
Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake source.
processing - Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a
Security Lake source.public String toString()
toString in class ObjectObject.toString()public CreateAwsLogSourceResult clone()
Copyright © 2023. All rights reserved.