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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for credentialCrn.Getter for instanceProfile.Getter for storageLocation.int
hashCode()
void
setCredentialCrn
(String credentialCrn) Setter for credentialCrn.void
setInstanceProfile
(String instanceProfile) Setter for instanceProfile.void
setStorageLocation
(String storageLocation) Setter for storageLocation.toString()
-
Constructor Details
-
ValidateAwsCloudStorageRequest
public ValidateAwsCloudStorageRequest()
-
-
Method Details
-
getCredentialCrn
Getter for credentialCrn. The CRN of the credential. -
setCredentialCrn
Setter for credentialCrn. The CRN of the credential. -
getStorageLocation
Getter for storageLocation. AWS S3 storage bucket location for logging. -
setStorageLocation
Setter for storageLocation. AWS S3 storage bucket location for logging. -
getInstanceProfile
Getter for instanceProfile. AWS instance profile. -
setInstanceProfile
Setter for instanceProfile. AWS instance profile. -
equals
-
hashCode
public int hashCode() -
toString
-