public DetachVolumeResult WithAttachment(Amazon.EC2.Model.Attachment attachment)
 {
     this.attachmentField = attachment;
     return(this);
 }
Exemplo n.º 2
0
 public DetachVolumeResult WithAttachment(Amazon.EC2.Model.Attachment attachment)
 {
     this.attachmentField = attachment;
     return this;
 }