Package com.cloudera.cdp.dw.model
Class AwsOptionsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.AwsOptionsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class AwsOptionsResponse
extends CdpResponse
Response object of the cluster AWS settings.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for availabilityZones.Getter for customAmiId.Getter for lbSubnetIds.Getter for reducedPermissionMode.Getter for subnetIds.Getter for workerSubnetIds.int
hashCode()
void
setAvailabilityZones
(List<String> availabilityZones) Setter for availabilityZones.void
setCustomAmiId
(String customAmiId) Setter for customAmiId.void
setLbSubnetIds
(List<String> lbSubnetIds) Setter for lbSubnetIds.void
setReducedPermissionMode
(Boolean reducedPermissionMode) Setter for reducedPermissionMode.void
setSubnetIds
(List<String> subnetIds) Setter for subnetIds.void
setWorkerSubnetIds
(List<String> workerSubnetIds) Setter for workerSubnetIds.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
AwsOptionsResponse
public AwsOptionsResponse()
-
-
Method Details
-
getSubnetIds
Getter for subnetIds. IDs of AWS subnets where the cluster has been deployed. -
setSubnetIds
Setter for subnetIds. IDs of AWS subnets where the cluster has been deployed. -
getWorkerSubnetIds
Getter for workerSubnetIds. IDs of AWS subnets where the cluster worker nodes should be deployed. -
setWorkerSubnetIds
Setter for workerSubnetIds. IDs of AWS subnets where the cluster worker nodes should be deployed. -
getLbSubnetIds
Getter for lbSubnetIds. IDs of AWS subnets where the cluster load balancer should be deployed. -
setLbSubnetIds
Setter for lbSubnetIds. IDs of AWS subnets where the cluster load balancer should be deployed. -
getAvailabilityZones
Getter for availabilityZones. List of availability zones that the cluster is restricted to use. -
setAvailabilityZones
Setter for availabilityZones. List of availability zones that the cluster is restricted to use. -
getCustomAmiId
Getter for customAmiId. Id of the Custom Amazon Machine Image -
setCustomAmiId
Setter for customAmiId. Id of the Custom Amazon Machine Image -
getReducedPermissionMode
Getter for reducedPermissionMode. Denotes whether the Reduced Permission mode is enabled. -
setReducedPermissionMode
Setter for reducedPermissionMode. Denotes whether the Reduced Permission mode is enabled. -
equals
-
hashCode
public int hashCode() -
toString
-