@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server for the request to update user attributes.
Constructor and Description |
---|
UpdateUserAttributesResult() |
Modifier and Type | Method and Description |
---|---|
UpdateUserAttributesResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CodeDeliveryDetailsType> getCodeDeliveryDetailsList()
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.
NOTE: This method appends the values to the existing list (if any). Use
setCodeDeliveryDetailsList(java.util.Collection)
or
withCodeDeliveryDetailsList(java.util.Collection)
if you want to override the existing values.
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.
codeDeliveryDetailsList
- The code delivery details list from the server for the request to update user attributes.public String toString()
toString
in class Object
Object.toString()
public UpdateUserAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.