Class AuthenticationResponse

java.lang.Object
software.amazon.msk.auth.iam.internals.AuthenticationResponse

public class AuthenticationResponse extends Object
This class is used to model the authentication response sent by the broker.
  • Constructor Details

    • AuthenticationResponse

      public AuthenticationResponse(String version, String requestId)
  • Method Details

    • getVersion

      @NonNull public @NonNull String getVersion()
    • getRequestId

      @NonNull public @NonNull String getRequestId()
    • toString

      public String toString()
      Overrides:
      toString in class Object