Class CreateDhcpOptionsRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateDhcpOptionsRequest
All Implemented Interfaces:
ReadLimitInfo, DryRunSupportedRequest<CreateDhcpOptionsRequest>, Serializable, Cloneable

public class CreateDhcpOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateDhcpOptionsRequest>

Contains the parameters for CreateDhcpOptions.

See Also:
  • Constructor Details

    • CreateDhcpOptionsRequest

      public CreateDhcpOptionsRequest()
      Default constructor for CreateDhcpOptionsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
    • CreateDhcpOptionsRequest

      public CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)
      Constructs a new CreateDhcpOptionsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
      Parameters:
      dhcpConfigurations - A DHCP configuration option.
  • Method Details