Amazon.SimpleWorkflow.Model.CompleteWorkflowExecutionFailedEventAttributes.IsSetCause C# (CSharp) 메소드

IsSetCause() 개인적인 메소드

private IsSetCause ( ) : bool
리턴 bool
        internal bool IsSetCause()
        {
            return this.cause != null;
        }
CompleteWorkflowExecutionFailedEventAttributes