Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateStackResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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