コード例 #1
0
 public DetachVolumeResult WithAttachment(Amazon.EC2.Model.Attachment attachment)
 {
     this.attachmentField = attachment;
     return(this);
 }
コード例 #2
0
ファイル: DetachVolumeResult.cs プロジェクト: pusp/o2platform
 public DetachVolumeResult WithAttachment(Amazon.EC2.Model.Attachment attachment)
 {
     this.attachmentField = attachment;
     return this;
 }