Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListClustersResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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