Class GetAttributesResponse
- java.lang.Object
-
- software.amazon.spapi.models.messaging.v1.GetAttributesResponse
-
public class GetAttributesResponse extends java.lang.Object
The response schema for the GetAttributes operation.
-
-
Constructor Summary
Constructors Constructor Description GetAttributesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAttributesResponse
buyer(GetAttributesResponseBuyer buyer)
boolean
equals(java.lang.Object o)
GetAttributesResponse
errors(ErrorList errors)
GetAttributesResponseBuyer
getBuyer()
Get buyerErrorList
getErrors()
Get errorsint
hashCode()
void
setBuyer(GetAttributesResponseBuyer buyer)
void
setErrors(ErrorList errors)
java.lang.String
toString()
-
-
-
Method Detail
-
buyer
public GetAttributesResponse buyer(GetAttributesResponseBuyer buyer)
-
getBuyer
public GetAttributesResponseBuyer getBuyer()
Get buyer- Returns:
- buyer
-
setBuyer
public void setBuyer(GetAttributesResponseBuyer buyer)
-
errors
public GetAttributesResponse 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
-
-