Amazon.CloudFormation.Model.Internal.MarshallTransformations.CancelUpdateStackResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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