Amazon.CloudFormation.Model.Internal.MarshallTransformations.CancelUpdateStackResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

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