Class 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.
  • Constructor Details

    • AwsOptionsResponse

      public AwsOptionsResponse()
  • Method Details

    • getSubnetIds

      public List<String> getSubnetIds()
      Getter for subnetIds. IDs of AWS subnets where the cluster has been deployed.
    • setSubnetIds

      public void setSubnetIds(List<String> subnetIds)
      Setter for subnetIds. IDs of AWS subnets where the cluster has been deployed.
    • getWorkerSubnetIds

      public List<String> getWorkerSubnetIds()
      Getter for workerSubnetIds. IDs of AWS subnets where the cluster worker nodes should be deployed.
    • setWorkerSubnetIds

      public void setWorkerSubnetIds(List<String> workerSubnetIds)
      Setter for workerSubnetIds. IDs of AWS subnets where the cluster worker nodes should be deployed.
    • getLbSubnetIds

      public List<String> getLbSubnetIds()
      Getter for lbSubnetIds. IDs of AWS subnets where the cluster load balancer should be deployed.
    • setLbSubnetIds

      public void setLbSubnetIds(List<String> lbSubnetIds)
      Setter for lbSubnetIds. IDs of AWS subnets where the cluster load balancer should be deployed.
    • getAvailabilityZones

      public List<String> getAvailabilityZones()
      Getter for availabilityZones. List of availability zones that the cluster is restricted to use.
    • setAvailabilityZones

      public void setAvailabilityZones(List<String> availabilityZones)
      Setter for availabilityZones. List of availability zones that the cluster is restricted to use.
    • getCustomAmiId

      public String getCustomAmiId()
      Getter for customAmiId. Id of the Custom Amazon Machine Image
    • setCustomAmiId

      public void setCustomAmiId(String customAmiId)
      Setter for customAmiId. Id of the Custom Amazon Machine Image
    • getReducedPermissionMode

      public Boolean getReducedPermissionMode()
      Getter for reducedPermissionMode. Denotes whether the Reduced Permission mode is enabled.
    • setReducedPermissionMode

      public void setReducedPermissionMode(Boolean reducedPermissionMode)
      Setter for reducedPermissionMode. Denotes whether the Reduced Permission mode is enabled.
    • 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