Amazon.ECS.Model.CartClearRequest.IsSetHMAC C# (CSharp) Method

IsSetHMAC() public method

Checks if HMAC property is set
public IsSetHMAC ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetHMAC()
        {
            return  this.HMACField != null;
        }