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

GetInstance() 공개 정적인 메소드

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