public static interface PutProjectEventsResultEntry.Builder extends SdkPojo, CopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsResultEntry.Builder |
errorCode(String errorCode)
If the
PutProjectEvents operation has an error, the error code is returned here. |
PutProjectEventsResultEntry.Builder |
errorMessage(String errorMessage)
If the
PutProjectEvents operation has an error, the error message is returned here. |
PutProjectEventsResultEntry.Builder |
eventId(String eventId)
A unique ID assigned to this
PutProjectEvents operation. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPutProjectEventsResultEntry.Builder errorCode(String errorCode)
If the PutProjectEvents operation has an error, the error code is returned here.
errorCode - If the PutProjectEvents operation has an error, the error code is returned here.PutProjectEventsResultEntry.Builder errorMessage(String errorMessage)
If the PutProjectEvents operation has an error, the error message is returned here.
errorMessage - If the PutProjectEvents operation has an error, the error message is returned here.PutProjectEventsResultEntry.Builder eventId(String eventId)
A unique ID assigned to this PutProjectEvents operation.
eventId - A unique ID assigned to this PutProjectEvents operation.Copyright © 2022. All rights reserved.