Class NetworkAwsParams

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class NetworkAwsParams extends Object
AWS network parameters.
  • Constructor Details

    • NetworkAwsParams

      public NetworkAwsParams()
  • Method Details

    • getVpcId

      public String getVpcId()
      Getter for vpcId. VPC ids of the specified networks.
    • setVpcId

      public void setVpcId(String vpcId)
      Setter for vpcId. VPC ids of the specified networks.
    • 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