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;
        }