Class GetServiceJobByServiceJobIdResponse
- java.lang.Object
-
- software.amazon.spapi.models.services.v1.GetServiceJobByServiceJobIdResponse
-
public class GetServiceJobByServiceJobIdResponse extends java.lang.Object
The response schema for the `getServiceJobByServiceJobId` operation.
-
-
Constructor Summary
Constructors Constructor Description GetServiceJobByServiceJobIdResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
GetServiceJobByServiceJobIdResponse
errors(ErrorList errors)
ErrorList
getErrors()
Get errorsServiceJob
getPayload()
Get payloadint
hashCode()
GetServiceJobByServiceJobIdResponse
payload(ServiceJob payload)
void
setErrors(ErrorList errors)
void
setPayload(ServiceJob payload)
java.lang.String
toString()
-
-
-
Method Detail
-
payload
public GetServiceJobByServiceJobIdResponse payload(ServiceJob payload)
-
getPayload
public ServiceJob getPayload()
Get payload- Returns:
- payload
-
setPayload
public void setPayload(ServiceJob payload)
-
errors
public GetServiceJobByServiceJobIdResponse errors(ErrorList errors)
-
getErrors
public ErrorList getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(ErrorList errors)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-