Amazon.Kinesis.Model.Internal.MarshallTransformations.ListStreamsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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