Amazon.StorageGateway.Model.Internal.MarshallTransformations.ListGatewaysResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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