BatchCreateRoutesResponse |
BatchCreateRoutesResponse.addCreatedItem(CreatedForBatchCreateRoutesOutput createdItem) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.addDeletedItem(String deletedItem) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.addFailedItem(FailedForBatchCreateRoutesOutput failedItem) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.addSkippedItem(String skippedItem) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.addUpdatedItem(UpdatedForBatchCreateRoutesOutput updatedItem) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.created(List<CreatedForBatchCreateRoutesOutput> created) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.deleted(List<String> deleted) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.failed(List<FailedForBatchCreateRoutesOutput> failed) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.skipped(List<String> skipped) |
BatchCreateRoutesResponse |
BatchCreateRoutesResponse.updated(List<UpdatedForBatchCreateRoutesOutput> updated) |