@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateAnalyticsDataSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDisassociateAnalyticsDataSetResult() |
Modifier and Type | Method and Description |
---|---|
BatchDisassociateAnalyticsDataSetResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDeleted()
An array of successfully disassociated dataset identifiers.
|
List<ErrorResult> |
getErrors()
A list of errors for any datasets not successfully removed.
|
int |
hashCode() |
void |
setDeleted(Collection<String> deleted)
An array of successfully disassociated dataset identifiers.
|
void |
setErrors(Collection<ErrorResult> errors)
A list of errors for any datasets not successfully removed.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateAnalyticsDataSetResult |
withDeleted(Collection<String> deleted)
An array of successfully disassociated dataset identifiers.
|
BatchDisassociateAnalyticsDataSetResult |
withDeleted(String... deleted)
An array of successfully disassociated dataset identifiers.
|
BatchDisassociateAnalyticsDataSetResult |
withErrors(Collection<ErrorResult> errors)
A list of errors for any datasets not successfully removed.
|
BatchDisassociateAnalyticsDataSetResult |
withErrors(ErrorResult... errors)
A list of errors for any datasets not successfully removed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchDisassociateAnalyticsDataSetResult()
public List<String> getDeleted()
An array of successfully disassociated dataset identifiers.
public void setDeleted(Collection<String> deleted)
An array of successfully disassociated dataset identifiers.
deleted
- An array of successfully disassociated dataset identifiers.public BatchDisassociateAnalyticsDataSetResult withDeleted(String... deleted)
An array of successfully disassociated dataset identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setDeleted(java.util.Collection)
or withDeleted(java.util.Collection)
if you want to override
the existing values.
deleted
- An array of successfully disassociated dataset identifiers.public BatchDisassociateAnalyticsDataSetResult withDeleted(Collection<String> deleted)
An array of successfully disassociated dataset identifiers.
deleted
- An array of successfully disassociated dataset identifiers.public List<ErrorResult> getErrors()
A list of errors for any datasets not successfully removed.
public void setErrors(Collection<ErrorResult> errors)
A list of errors for any datasets not successfully removed.
errors
- A list of errors for any datasets not successfully removed.public BatchDisassociateAnalyticsDataSetResult withErrors(ErrorResult... errors)
A list of errors for any datasets not successfully removed.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- A list of errors for any datasets not successfully removed.public BatchDisassociateAnalyticsDataSetResult withErrors(Collection<ErrorResult> errors)
A list of errors for any datasets not successfully removed.
errors
- A list of errors for any datasets not successfully removed.public String toString()
toString
in class Object
Object.toString()
public BatchDisassociateAnalyticsDataSetResult clone()