@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateClientDeviceFromCoreDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDisassociateClientDeviceFromCoreDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateClientDeviceFromCoreDeviceResult |
clone() |
boolean |
equals(Object obj) |
List<DisassociateClientDeviceFromCoreDeviceErrorEntry> |
getErrorEntries()
The list of any errors for the entries in the request.
|
int |
hashCode() |
void |
setErrorEntries(Collection<DisassociateClientDeviceFromCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateClientDeviceFromCoreDeviceResult |
withErrorEntries(Collection<DisassociateClientDeviceFromCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request.
|
BatchDisassociateClientDeviceFromCoreDeviceResult |
withErrorEntries(DisassociateClientDeviceFromCoreDeviceErrorEntry... errorEntries)
The list of any errors for the entries in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic BatchDisassociateClientDeviceFromCoreDeviceResult()
public List<DisassociateClientDeviceFromCoreDeviceErrorEntry> getErrorEntries()
The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate.
public void setErrorEntries(Collection<DisassociateClientDeviceFromCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate.
errorEntries - The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing
that failed to disassociate.public BatchDisassociateClientDeviceFromCoreDeviceResult withErrorEntries(DisassociateClientDeviceFromCoreDeviceErrorEntry... errorEntries)
The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate.
NOTE: This method appends the values to the existing list (if any). Use
setErrorEntries(java.util.Collection) or withErrorEntries(java.util.Collection) if you want to
override the existing values.
errorEntries - The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing
that failed to disassociate.public BatchDisassociateClientDeviceFromCoreDeviceResult withErrorEntries(Collection<DisassociateClientDeviceFromCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate.
errorEntries - The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing
that failed to disassociate.public String toString()
toString in class ObjectObject.toString()public BatchDisassociateClientDeviceFromCoreDeviceResult clone()