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

GetInstance() 공개 정적인 메소드

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