Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListInstancesResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : ListInstancesResponseUnmarshaller
리턴 ListInstancesResponseUnmarshaller
        public static ListInstancesResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ListInstancesResponseUnmarshaller();
          }
          return instance;
        }