Class ValidateAwsCloudStorageRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.ValidateAwsCloudStorageRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:41.311-08:00") public class ValidateAwsCloudStorageRequest extends Object
Request object for AWS environment cloud storage validation.
-
-
Constructor Summary
Constructors Constructor Description ValidateAwsCloudStorageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCredentialCrn()
Getter for credentialCrn.String
getInstanceProfile()
Getter for instanceProfile.String
getStorageLocation()
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.String
toString()
-
-
-
Method Detail
-
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.
-
-