setName method

CognitoUserAttribute setName(
  1. String name
)

Implementation

CognitoUserAttribute setName(String name) {
  this.name = name;
  return this;
}