setValue method

CognitoUserAttribute setValue(
  1. String value
)

Implementation

CognitoUserAttribute setValue(String value) {
  this.value = value;
  return this;
}