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;
        }