Amazon.ECS.Model.CartModifyRequest.WithHMAC C# (CSharp) Method

WithHMAC() public method

Sets the HMAC property
public WithHMAC ( String HMAC ) : CartModifyRequest
HMAC String HMAC property
return CartModifyRequest
        public CartModifyRequest WithHMAC(String HMAC)
        {
            this.HMACField = HMAC;
            return this;
        }