コード例 #1
0
 /// <summary>
 /// Sets the Interface attachment.
 /// </summary>
 /// <param name="attachment">Modify network interface attachment</param>
 /// <returns>this instance</returns>
 public ModifyNetworkInterfaceAttributeRequest WithModifyNetworkInterfaceAttachment(ModifyNetworkInterfaceAttachment attachment)
 {
     this.attachmentField = attachment;
     return(this);
 }
 public ModifyNetworkInterfaceAttributeRequest WithModifyNetworkInterfaceAttachment(ModifyNetworkInterfaceAttachment attachment)
 {
     this.attachmentField = attachment;
     return this;
 }