Class CreateAwsCredentialResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.replicationmanager.model.CreateAwsCredentialResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.297-07:00") public class CreateAwsCredentialResponse extends CdpResponse
Response object for creating AWS credentials.
  • Constructor Details

    • CreateAwsCredentialResponse

      public CreateAwsCredentialResponse()
  • Method Details

    • getErrors

      public List<ApiError> getErrors()
      Getter for errors. The list of response errors in case of a partial failure while creating the credential.
    • setErrors

      public void setErrors(List<ApiError> errors)
      Setter for errors. The list of response errors in case of a partial failure while creating the credential.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object