public class UpdateUserAttributesResult extends Object implements Serializable
Represents the response from the server for the request to update user attributes.
| Constructor and Description |
|---|
UpdateUserAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<CodeDeliveryDetailsType> |
getCodeDeliveryDetailsList()
The code delivery details list from the server for the request to update
user attributes.
|
int |
hashCode() |
void |
setCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)
The code delivery details list from the server for the request to update
user attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateUserAttributesResult |
withCodeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList)
The code delivery details list from the server for the request to update
user attributes.
|
UpdateUserAttributesResult |
withCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)
The code delivery details list from the server for the request to update
user attributes.
|
public List<CodeDeliveryDetailsType> getCodeDeliveryDetailsList()
The code delivery details list from the server for the request to update user attributes.
The code delivery details list from the server for the request to update user attributes.
public void setCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
codeDeliveryDetailsList - The code delivery details list from the server for the request to update user attributes.
public UpdateUserAttributesResult withCodeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
Returns a reference to this object so that method calls can be chained together.
codeDeliveryDetailsList - The code delivery details list from the server for the request to update user attributes.
public UpdateUserAttributesResult withCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
Returns a reference to this object so that method calls can be chained together.
codeDeliveryDetailsList - The code delivery details list from the server for the request to update user attributes.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.