Codota Logo
DescribeUserPoolRequest
Code IndexAdd Codota to your IDE (free)

How to use
DescribeUserPoolRequest
in
software.amazon.awssdk.services.cognitoidentityprovider.model

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeUserPoolRequest (Showing top 15 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: software.amazon.awssdk/cognitoidp

  @Override
  public DescribeUserPoolRequest build() {
    return new DescribeUserPoolRequest(this);
  }
}
origin: aws/aws-sdk-java-v2

@Override
public boolean equals(Object obj) {
  if (this == obj) {
    return true;
  }
  if (obj == null) {
    return false;
  }
  if (!(obj instanceof DescribeUserPoolRequest)) {
    return false;
  }
  DescribeUserPoolRequest other = (DescribeUserPoolRequest) obj;
  return Objects.equals(userPoolId(), other.userPoolId());
}
origin: aws/aws-sdk-java-v2

return describeUserPool(DescribeUserPoolRequest.builder().applyMutation(describeUserPoolRequest).build());
origin: software.amazon.awssdk/cognitoidp

return describeUserPool(DescribeUserPoolRequest.builder().applyMutation(describeUserPoolRequest).build());
origin: software.amazon.awssdk/cognitoidp

@Override
public boolean equals(Object obj) {
  if (this == obj) {
    return true;
  }
  if (obj == null) {
    return false;
  }
  if (!(obj instanceof DescribeUserPoolRequest)) {
    return false;
  }
  DescribeUserPoolRequest other = (DescribeUserPoolRequest) obj;
  return Objects.equals(userPoolId(), other.userPoolId());
}
origin: aws/aws-sdk-java-v2

  UserPoolTaggingException, InternalErrorException, AwsServiceException, SdkClientException,
  CognitoIdentityProviderException {
return describeUserPool(DescribeUserPoolRequest.builder().applyMutation(describeUserPoolRequest).build());
origin: aws/aws-sdk-java-v2

@Override
public DescribeUserPoolRequest build() {
  return new DescribeUserPoolRequest(this);
}
origin: aws/aws-sdk-java-v2

@Override
public int hashCode() {
  int hashCode = 1;
  hashCode = 31 * hashCode + Objects.hashCode(userPoolId());
  return hashCode;
}
origin: software.amazon.awssdk/cognitoidp

  UserPoolTaggingException, InternalErrorException, AwsServiceException, SdkClientException,
  CognitoIdentityProviderException {
return describeUserPool(DescribeUserPoolRequest.builder().applyMutation(describeUserPoolRequest).build());
origin: software.amazon.awssdk/cognitoidp

@Override
public int hashCode() {
  int hashCode = 1;
  hashCode = 31 * hashCode + Objects.hashCode(userPoolId());
  return hashCode;
}
origin: aws/aws-sdk-java-v2

public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) {
  switch (fieldName) {
  case "UserPoolId":
    return Optional.ofNullable(clazz.cast(userPoolId()));
  default:
    return Optional.empty();
  }
}
origin: aws/aws-sdk-java-v2

/**
 * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
 * redacted from this string using a placeholder value.
 */
@Override
public String toString() {
  return ToString.builder("DescribeUserPoolRequest").add("UserPoolId", userPoolId()).build();
}
origin: software.amazon.awssdk/cognitoidp

public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) {
  switch (fieldName) {
  case "UserPoolId":
    return Optional.ofNullable(clazz.cast(userPoolId()));
  default:
    return Optional.empty();
  }
}
origin: software.amazon.awssdk/cognitoidp

@Override
public String toString() {
  return ToString.builder("DescribeUserPoolRequest").add("UserPoolId", userPoolId()).build();
}
origin: software.amazon.awssdk/cognitoidp

  /**
   * Marshall the given parameter object
   */
  public void marshall(DescribeUserPoolRequest describeUserPoolRequest, ProtocolMarshaller protocolMarshaller) {
    Validate.paramNotNull(describeUserPoolRequest, "describeUserPoolRequest");
    Validate.paramNotNull(protocolMarshaller, "protocolMarshaller");
    try {
      protocolMarshaller.marshall(describeUserPoolRequest.userPoolId(), USERPOOLID_BINDING);
    } catch (Exception e) {
      throw SdkClientException.builder().message("Unable to marshall request to JSON: " + e.getMessage()).cause(e).build();
    }
  }
}
software.amazon.awssdk.services.cognitoidentityprovider.modelDescribeUserPoolRequest

Javadoc

Represents the request to describe the user pool.

Most used methods

  • <init>
  • builder
  • userPoolId
    The user pool ID for the user pool you want to describe.

Popular in Java

  • Making http requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • onRequestPermissionsResult (Fragment)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • Menu (java.awt)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now