public class BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder
Class to build instances of
BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse. |
| Constructor and Description |
|---|
BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse(String locationId,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Error> |
getErrors()
Getter for Errors.
|
String |
getLocationId()
Getter for LocationId.
|
int |
hashCode() |
BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder |
toBuilder()
|
String |
toString()
Converts this BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse into string format.
|
public BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse(String locationId, List<Error> errors)
locationId - String value for locationId.errors - List of Error value for errors.public String getLocationId()
public List<Error> getErrors()
public String toString()
public BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder toBuilder()
BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder object.
Creates the instance with the state of the current model.BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse.Builder objectCopyright © 2023. All rights reserved.