Class CreateDestinationResponse
- java.lang.Object
-
- software.amazon.spapi.models.notifications.v1.CreateDestinationResponse
-
public class CreateDestinationResponse extends java.lang.ObjectThe response schema for the createDestination operation.
-
-
Constructor Summary
Constructors Constructor Description CreateDestinationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)CreateDestinationResponseerrors(ErrorList errors)ErrorListgetErrors()Get errorsDestinationgetPayload()Get payloadinthashCode()CreateDestinationResponsepayload(Destination payload)voidsetErrors(ErrorList errors)voidsetPayload(Destination payload)java.lang.StringtoString()
-
-
-
Method Detail
-
payload
public CreateDestinationResponse payload(Destination payload)
-
getPayload
public Destination getPayload()
Get payload- Returns:
- payload
-
setPayload
public void setPayload(Destination payload)
-
errors
public CreateDestinationResponse 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-