Amazon.ECS.Model.CartModifyRequest.WithHMAC C# (CSharp) Méthode

WithHMAC() public méthode

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