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

GetInstance() 공개 정적인 메소드

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