Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStackResourceResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : DescribeStackResourceResponseUnmarshaller
return DescribeStackResourceResponseUnmarshaller
        public static DescribeStackResourceResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DescribeStackResourceResponseUnmarshaller();
            }
            return instance;
        }