Class UpdateUserAttributesResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.UpdateUserAttributesResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the response from the server for the request to update user attributes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe code delivery details list from the server for the request to update user attributes.inthashCode()voidsetCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.toString()Returns a string representation of this object; useful for testing and debugging.withCodeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.withCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.
-
Constructor Details
-
UpdateUserAttributesResult
public UpdateUserAttributesResult()
-
-
Method Details
-
getCodeDeliveryDetailsList
The code delivery details list from the server for the request to update user attributes.
- Returns:
- The code delivery details list from the server for the request to update user attributes.
-
setCodeDeliveryDetailsList
The code delivery details list from the server for the request to update user attributes.
- Parameters:
codeDeliveryDetailsList- The code delivery details list from the server for the request to update user attributes.
-
withCodeDeliveryDetailsList
public UpdateUserAttributesResult withCodeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.
NOTE: This method appends the values to the existing list (if any). Use
setCodeDeliveryDetailsList(java.util.Collection)orwithCodeDeliveryDetailsList(java.util.Collection)if you want to override the existing values.- Parameters:
codeDeliveryDetailsList- The code delivery details list from the server for the request to update user attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCodeDeliveryDetailsList
public UpdateUserAttributesResult withCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.
- Parameters:
codeDeliveryDetailsList- The code delivery details list from the server for the request to update user attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-