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

GetInstance() 공개 정적인 메소드

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