@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()
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake
failed.
|
List<String> |
getProcessing()
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a
Security Lake.
|
int |
hashCode() |
void |
setFailed(Collection<String> failed)
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake
failed.
|
void |
setProcessing(Collection<String> processing)
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a
Security Lake.
|
String |
toString()
Returns a string representation of this object.
|
CreateAwsLogSourceResult |
withFailed(Collection<String> failed)
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake
failed.
|
CreateAwsLogSourceResult |
withFailed(String... failed)
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake
failed.
|
CreateAwsLogSourceResult |
withProcessing(Collection<String> processing)
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a
Security Lake.
|
CreateAwsLogSourceResult |
withProcessing(String... processing)
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a
Security Lake.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getFailed()
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake failed. The failure occurred as these accounts are not part of an organization.
public void setFailed(Collection<String> failed)
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake failed. The failure occurred as these accounts are not part of an organization.
failed
- List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake
failed. The failure occurred as these accounts are not part of an organization.public CreateAwsLogSourceResult withFailed(String... failed)
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake 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
- List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake
failed. The failure occurred as these accounts are not part of an organization.public CreateAwsLogSourceResult withFailed(Collection<String> failed)
List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake failed. The failure occurred as these accounts are not part of an organization.
failed
- List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake
failed. The failure occurred as these accounts are not part of an organization.public List<String> getProcessing()
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a Security Lake.
public void setProcessing(Collection<String> processing)
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a Security Lake.
processing
- List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service
as a Security Lake.public CreateAwsLogSourceResult withProcessing(String... processing)
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a Security Lake.
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
- List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service
as a Security Lake.public CreateAwsLogSourceResult withProcessing(Collection<String> processing)
List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a Security Lake.
processing
- List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service
as a Security Lake.public String toString()
toString
in class Object
Object.toString()
public CreateAwsLogSourceResult clone()