Amazon.ECS.Model.CartModifyRequest.WithHMAC C# (CSharp) Метод

WithHMAC() публичный Метод

Sets the HMAC property
public WithHMAC ( String HMAC ) : CartModifyRequest
HMAC String HMAC property
Результат CartModifyRequest
        public CartModifyRequest WithHMAC(String HMAC)
        {
            this.HMACField = HMAC;
            return this;
        }