Class ValidateAwsCloudStorageRequest

java.lang.Object
com.cloudera.cdp.environments.model.ValidateAwsCloudStorageRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class ValidateAwsCloudStorageRequest extends Object
Request object for AWS environment cloud storage validation.
  • Constructor Details

    • ValidateAwsCloudStorageRequest

      public ValidateAwsCloudStorageRequest()
  • Method Details

    • getCredentialCrn

      public String getCredentialCrn()
      Getter for credentialCrn. The CRN of the credential.
    • setCredentialCrn

      public void setCredentialCrn(String credentialCrn)
      Setter for credentialCrn. The CRN of the credential.
    • getStorageLocation

      public String getStorageLocation()
      Getter for storageLocation. AWS S3 storage bucket location for logging.
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
      Setter for storageLocation. AWS S3 storage bucket location for logging.
    • getInstanceProfile

      public String getInstanceProfile()
      Getter for instanceProfile. AWS instance profile.
    • setInstanceProfile

      public void setInstanceProfile(String instanceProfile)
      Setter for instanceProfile. AWS instance profile.
    • 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