A complex type that describes the name servers for this hosted zone.
 public CreateHostedZoneResult WithDelegationSet(DelegationSet delegationSet)
 {
     this.delegationSet = delegationSet;
     return(this);
 }
 /// <summary>
 /// Sets the DelegationSet property
 /// </summary>
 /// <param name="delegationSet">The value to set for the DelegationSet property </param>
 /// <returns>this instance</returns>
 public GetHostedZoneResult WithDelegationSet(DelegationSet delegationSet)
 {
     this.delegationSet = delegationSet;
     return this;
 }