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

GetInstance() public static method

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