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

GetInstance() public static method

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