congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
DescribeUserPoolClientRequest
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: software.amazon.awssdk/cognitoidp

  @Override
  public DescribeUserPoolClientRequest build() {
    return new DescribeUserPoolClientRequest(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 DescribeUserPoolClientRequest)) {
    return false;
  }
  DescribeUserPoolClientRequest other = (DescribeUserPoolClientRequest) obj;
  return Objects.equals(userPoolId(), other.userPoolId()) && Objects.equals(clientId(), other.clientId());
}
origin: software.amazon.awssdk/cognitoidp

  InvalidParameterException, TooManyRequestsException, NotAuthorizedException, InternalErrorException,
  AwsServiceException, SdkClientException, CognitoIdentityProviderException {
return describeUserPoolClient(DescribeUserPoolClientRequest.builder().applyMutation(describeUserPoolClientRequest)
    .build());
origin: aws/aws-sdk-java-v2

return describeUserPoolClient(DescribeUserPoolClientRequest.builder().applyMutation(describeUserPoolClientRequest)
    .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 DescribeUserPoolClientRequest)) {
    return false;
  }
  DescribeUserPoolClientRequest other = (DescribeUserPoolClientRequest) obj;
  return Objects.equals(userPoolId(), other.userPoolId()) && Objects.equals(clientId(), other.clientId());
}
origin: aws/aws-sdk-java-v2

  InvalidParameterException, TooManyRequestsException, NotAuthorizedException, InternalErrorException,
  AwsServiceException, SdkClientException, CognitoIdentityProviderException {
return describeUserPoolClient(DescribeUserPoolClientRequest.builder().applyMutation(describeUserPoolClientRequest)
    .build());
origin: aws/aws-sdk-java-v2

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

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

return describeUserPoolClient(DescribeUserPoolClientRequest.builder().applyMutation(describeUserPoolClientRequest)
    .build());
origin: software.amazon.awssdk/cognitoidp

@Override
public int hashCode() {
  int hashCode = 1;
  hashCode = 31 * hashCode + Objects.hashCode(userPoolId());
  hashCode = 31 * hashCode + Objects.hashCode(clientId());
  return hashCode;
}
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("DescribeUserPoolClientRequest").add("UserPoolId", userPoolId())
      .add("ClientId", clientId() == null ? null : "*** Sensitive Data Redacted ***").build();
}
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()));
  case "ClientId":
    return Optional.ofNullable(clazz.cast(clientId()));
  default:
    return Optional.empty();
  }
}
origin: software.amazon.awssdk/cognitoidp

@Override
public String toString() {
  return ToString.builder("DescribeUserPoolClientRequest").add("UserPoolId", userPoolId()).add("ClientId", clientId())
      .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()));
  case "ClientId":
    return Optional.ofNullable(clazz.cast(clientId()));
  default:
    return Optional.empty();
  }
}
origin: software.amazon.awssdk/cognitoidp

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

Javadoc

Represents the request to describe a user pool client.

Most used methods

  • <init>
  • builder
  • clientId
    The app client ID of the app associated with the user pool.
  • userPoolId
    The user pool ID for the user pool you want to describe.

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • setRequestProperty (URLConnection)
  • findViewById (Activity)
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now