A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.
 public CreateHostedZoneRequest WithHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
 {
     this.hostedZoneConfig = hostedZoneConfig;
     return this;
 }
 public CreateHostedZoneRequest WithHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
 {
     this.hostedZoneConfig = hostedZoneConfig;
     return(this);
 }
Пример #3
0
 /// <summary>
 /// Sets the Config property
 /// </summary>
 /// <param name="config">The value to set for the Config property </param>
 /// <returns>this instance</returns>
 public HostedZone WithConfig(HostedZoneConfig config)
 {
     this.config = config;
     return this;
 }
Пример #4
0
 /// <summary>
 /// Sets the Config property
 /// </summary>
 /// <param name="config">The value to set for the Config property </param>
 /// <returns>this instance</returns>
 public HostedZone WithConfig(HostedZoneConfig config)
 {
     this.config = config;
     return(this);
 }