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

GetInstance() public static method

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