Amazon.ECS.Model.CartAddRequest.WithHMAC C# (CSharp) 메소드

WithHMAC() 공개 메소드

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