@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAwsLogSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAwsLogSourceResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAwsLogSourceResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFailed()
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
|
List<String> |
getProcessing()
Deletion of the Amazon Web Services sources is in progress.
|
int |
hashCode() |
void |
setFailed(Collection<String> failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
|
void |
setProcessing(Collection<String> processing)
Deletion of the Amazon Web Services sources is in progress.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAwsLogSourceResult |
withFailed(Collection<String> failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
|
DeleteAwsLogSourceResult |
withFailed(String... failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
|
DeleteAwsLogSourceResult |
withProcessing(Collection<String> processing)
Deletion of the Amazon Web Services sources is in progress.
|
DeleteAwsLogSourceResult |
withProcessing(String... processing)
Deletion of the Amazon Web Services sources is in progress.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getFailed()
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
public void setFailed(Collection<String> failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
failed
- Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.public DeleteAwsLogSourceResult withFailed(String... failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the 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
- Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.public DeleteAwsLogSourceResult withFailed(Collection<String> failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
failed
- Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.public List<String> getProcessing()
Deletion of the Amazon Web Services sources is in progress.
public void setProcessing(Collection<String> processing)
Deletion of the Amazon Web Services sources is in progress.
processing
- Deletion of the Amazon Web Services sources is in progress.public DeleteAwsLogSourceResult withProcessing(String... processing)
Deletion of the Amazon Web Services sources is in progress.
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
- Deletion of the Amazon Web Services sources is in progress.public DeleteAwsLogSourceResult withProcessing(Collection<String> processing)
Deletion of the Amazon Web Services sources is in progress.
processing
- Deletion of the Amazon Web Services sources is in progress.public String toString()
toString
in class Object
Object.toString()
public DeleteAwsLogSourceResult clone()