Пример #1
0
 public CreateKeyPairResult WithKeyPair(Amazon.EC2.Model.KeyPair keyPair)
 {
     this.keyPairField = keyPair;
     return this;
 }
Пример #2
0
 protected override bool DoUpdate(object responseData)
 {
     Debug.Assert(responseData.GetType() == typeof(Amazon.EC2.Model.KeyPair), "Wrong data passed to the object for update.");
     ResponseData = (Amazon.EC2.Model.KeyPair)responseData;
     return true;
 }
Пример #3
0
 public ZAwsKeyPair(ZAwsEc2Controller controller, Amazon.EC2.Model.KeyPair res)
     : base(controller)
 {
     Update(res);
 }
 public CreateKeyPairResult WithKeyPair(Amazon.EC2.Model.KeyPair keyPair)
 {
     this.keyPairField = keyPair;
     return(this);
 }