Ejemplo n.º 1
0
 /**
  * Constructs a new UpdateUserRequest object. Callers should use the setter or fluent setter
  * (with...) methods to initialize any additional object members.
  *
  * @param userName Name of the user to update. If you're changing the name of the user, this is
  *     the original user name.
  */
 public UpdateUserRequest(String userName) {
   setUserName(userName);
 }