The AccessKey data type contains information about an AWS access key.

This data type is used as a response element in the actions CreateAccessKey and ListAccessKeys.

 /// <summary>
 /// Sets the AccessKey property
 /// </summary>
 /// <param name="accessKey">The value to set for the AccessKey property </param>
 /// <returns>this instance</returns>
 public CreateAccessKeyResult WithAccessKey(AccessKey accessKey)
 {
     this.accessKey = accessKey;
     return this;
 }