@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.
|
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DeleteAwsLogSourceResult()
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 String toString()
toString in class Object Object.toString() public DeleteAwsLogSourceResult clone()